| Symbolname | Hangul Syllable Gyed |
| Unicode-Version | 2.0 |
| Unicode | U+ACCB |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \ACCB |
| Hexadezimalcode | 0xACCB |
| HTML-Code | 곋 |
| LaTeX | \hangul{ACCB} |
| Symbol | 곋 |
| URL-Kodierung (UTF-8-Prozent) | %EA%B3%8B |
| Ansagename (Screenreader) | 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}Sie können das Symbol hangul syllable gyed auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Hangul Syllable Gyed in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |