| Symboolnaam | Hangul Syllable Gyeb |
| Unicode-versie | 2.0 |
| Unicode | U+ACDA |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \ACDA |
| Hexadecimale code | 0xACDA |
| HTML-code | 곚 |
| LaTeX | \hangul{ACDA} |
| Symbool | 곚 |
| URL-codering (UTF-8 procent) | %EA%B3%9A |
| Uitgesproken naam / schermlezer | Hangul Syllable Gyeb |
| UTF-8 | EA B3 9A |
| UTF-16 | ACDA |
| UTF-32 | 0000ACDA |
1\documentclass{article}2\usepackage{pifont}3\hangul{ACDA}4\end{document}Je kunt het hangul syllable gyeb-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 44250 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable gyeb", or use Unicode Hex Input with ACDA.
Ctrl + Shift + U, type acda, 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-gyeb::before { content: "\ACDA"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>곚</span>De weergave van het Hangul Syllable Gyeb-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uACDA' or String.fromCodePoint(44250) |
| Python | '\N{HANGUL SYLLABLE GYEB}' or chr(44250) |
| Rust | '\u{ACDA}' |
| C / C++ | UTF-8 source or wchar_t with U+ACDA |
| Go | string(rune(0xACDA)) |
| Ruby | "\u{ACDA}" |