- Jun
- 113
- 7
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.
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 n/a n/a n/a (only in MS Word, not UTF-8)
optional hyphen no 173/AD ­ U+00AD (discretionary hy)
en space no no   U+2002
em space no no   U+2003
nonbreaking space 255/FF 160/A0 U+00A0
copyright no 169/A9 © U+00A9
registered no 174/AE ® U+00AE
trademark no 153/99 ™ U+2122
degree 248/F8 176/B0 ° U+00B0
ellipsis no 133/85 … U+2026
dagger no 134/86 † U+2020
double-dagger no 135/87 ‡ U+2021
bullet 249/F9 149/95 • U+2022
middle-dot 250/FA 183/B7 · U+00B7
paragraph mark* 020/14 182/B6 ¶ U+00B6
section mark* 021/15 167/A7 § U+00A7
*TIP: Always follow paragraph or section marks with a nonbreaking space!
left single quote no 145/91 ‘ U+2018
right single quote no 146/92 ’ U+2019
left double quote no 147/93 “ U+201C
right double quote no 148/94 ” U+201D
left angle quote no 139/8B ‹ U+2039
right angle quote no 155/9B › U+203A
open guillemet 174/AE 171/AB « U+00AB
close guillemet 175/AF 187/BB » U+00BB
infinity 236/EC no ∞ U+221E
not-equal-to no no ≠ U+2260
triple-equal 240/F0 no ≡ U+2261
plus-or-minus 241/F1 177/B1 ± U+00B1
greater-or-equal 242/F2 no ≥ U+2265
less-than-or-equal 243/F3 no ≤ U+2264
times multiply no 215/D7 × U+00D7
division 246/F6 247/F7 ÷ U+00F7
apprx (2 vert tilde) 247/F7 no ≈ U+2248
Also: http://xahlee.info/comp/unicode_matching_brackets.html
General: http://xahlee.info/comp/unicode_index.html?q=
ENDTEXT