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