2023-06

2023-02-21 ⏚ #SDLT #SoulevementsdeLaTerre #Unicode Mise à la terre ⏚ #EARTH GROUND #U+23DA

../../_images/unicode_4_1_2005_03.png

Unicode Data

../../_images/earth_ground_unicode.png
Unicode Data
Name        EARTH GROUND
Block       Miscellaneous Technical
Category    Symbol, Other [So]
Combine     0
BIDI        Other Neutrals [ON]
Mirror      N
Index entries       EARTH GROUND
GROUND, EARTH
Version     Unicode 4.1.0 (March 2005)

Encodings

../../_images/earth_ground_encodings.png
HTML Entity (decimal)       ⏚
HTML Entity (hex)   ⏚
How to type in Microsoft Windows    Alt +23DA
UTF-8 (hex)         0xE2 0x8F 0x9A (e28f9a)
UTF-8 (binary)      11100010:10001111:10011010
UTF-16 (hex)        0x23DA (23da)
UTF-16 (decimal)    9178
UTF-32 (hex)        0x000023DA (23da)
UTF-32 (decimal)    9178
C/C++/Java source code      "\u23DA"
Python source code  u"\u23DA"

Python code

import unicodedata
unicodedata.name(unicodedata.normalize("NFD", "⏚"))
'EARTH GROUND'
earth_ground = unicodedata.lookup("EARTH GROUND")
'⏚'
>>> for c in "SDLT ⏚":
...    print(unicodedata.name(c))
...


LATIN CAPITAL LETTER S
LATIN CAPITAL LETTER D
LATIN CAPITAL LETTER L
LATIN CAPITAL LETTER T
SPACE
EARTH GROUND