Here is a batch/btm file I wrote to remind myself of special symbols, and where they are available. Hope someone finds it useful.
If you find any errors or notable omissions, please let me know.
Read more
If you find any errors or notable omissions, please let me know.
Code:
@echo off
TEXT
Symbols in OEM (code pg 437), ANSI (Windows-1252), HTML, and UTF-8
OEM/hex ANSI/hex HTMLentity UTF-8 Unicode (hex)
en dash no 150/96 – U+2013
em dash 196/C4 151/97 — U+2014
nonbreaking hyphen...
Read more





