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