| Nome del simbolo | Hangul Syllable Gyelh |
| Versione Unicode | 2.0 |
| Unicode | U+ACD3 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \ACD3 |
| Codice esadecimale | 0xACD3 |
| Codice HTML | 곓 |
| LaTeX | \hangul{ACD3} |
| Simbolo | 곓 |
| Codifica URL (percentuale UTF-8) | %EA%B3%93 |
| Nome parlato / screen reader | Hangul Syllable Gyelh |
| UTF-8 | EA B3 93 |
| UTF-16 | ACD3 |
| UTF-32 | 0000ACD3 |
1\documentclass{article}2\usepackage{pifont}3\hangul{ACD3}4\end{document}Puoi digitare il simbolo hangul syllable gyelh sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 44243 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable gyelh", or use Unicode Hex Input with ACD3.
Ctrl + Shift + U, type acd3, 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.korean-syllable-gyelh::before { content: "\ACD3"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>곓</span>La rappresentazione del simbolo Hangul Syllable Gyelh nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uACD3' or String.fromCodePoint(44243) |
| Python | '\N{HANGUL SYLLABLE GYELH}' or chr(44243) |
| Rust | '\u{ACD3}' |
| C / C++ | UTF-8 source or wchar_t with U+ACD3 |
| Go | string(rune(0xACD3)) |
| Ruby | "\u{ACD3}" |