| Nome del simbolo | Hangul Choseong Ssangcieuc |
| Versione Unicode | 1.1 |
| Unicode | U+110D |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \110D |
| Codice esadecimale | 0x110D |
| Codice HTML | ᄍ |
| LaTeX | \hangul{110D} |
| Simbolo | ᄍ |
| Codifica URL (percentuale UTF-8) | %E1%84%8D |
| Nome parlato / screen reader | Hangul Choseong Ssangcieuc |
| UTF-8 | E1 84 8D |
| UTF-16 | 110D |
| UTF-32 | 0000110D |
1\documentclass{article}2\usepackage{pifont}3\hangul{110D}4\end{document}Puoi digitare il simbolo hangul choseong ssangcieuc sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 4365 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul choseong ssangcieuc", or use Unicode Hex Input with 110D.
Ctrl + Shift + U, type 110d, then Enter (layout-dependent), or use an IBus Hangul table.
Paste from this page, use text replacement, or pick from the Korean keyboard.
Paste from this page or use a keyboard with Hangul support.
1span.hangul-choseong-ssangcieuc::before { content: "\110D"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ᄍ</span>La rappresentazione del simbolo Hangul Choseong Ssangcieuc nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u110D' or String.fromCodePoint(4365) |
| Python | '\N{HANGUL CHOSEONG SSANGCIEUC}' or chr(4365) |
| Rust | '\u{110D}' |
| C / C++ | UTF-8 source or wchar_t with U+110D |
| Go | string(rune(0x110D)) |
| Ruby | "\u{110D}" |