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