diff options
Diffstat (limited to 'italicise')
-rwxr-xr-x | italicise | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,7 +1,9 @@ #!/bin/bash + # For bold and italic we can use the Mathematical font variant mappings, # although those are only defined for Latin and Greek. +# Latin letter small capital a: UTF-8: e1 b4 80 UTF-16BE: 1d00 Decimal: ᴀ Octal: \016400 # Latin bold capital: u1d400 - u1d419 # Latin bold small: u1d41a - u1d433 # Latin italic capital: u1d434 - u1d44d |