| Symbol Name | Hangul Syllable Gyed |
| Unicode Version | 2.0 |
| Unicode | U+ACCB |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \ACCB |
| Hex Code | 0xACCB |
| HTML Code | 곋 |
| LaTeX | \hangul{ACCB} |
| Symbol | 곋 |
| URL encode (UTF-8 percent) | %EA%B3%8B |
| Spoken / screen reader name | 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}You can type the hangul syllable gyed symbol on most modern devices with the help of following methods:
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>Hangul Syllable Gyed symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |