| Symbolname | Hangul Syllable Gyeonj |
| Unicode-Version | 2.0 |
| Unicode | U+ACAD |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \ACAD |
| Hexadezimalcode | 0xACAD |
| HTML-Code | 겭 |
| LaTeX | \hangul{ACAD} |
| Symbol | 겭 |
| URL-Kodierung (UTF-8-Prozent) | %EA%B2%AD |
| Ansagename (Screenreader) | Hangul Syllable Gyeonj |
| UTF-8 | EA B2 AD |
| UTF-16 | ACAD |
| UTF-32 | 0000ACAD |
1\documentclass{article}2\usepackage{pifont}3\hangul{ACAD}4\end{document}Sie können das Symbol hangul syllable gyeonj auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 44205 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable gyeonj", or use Unicode Hex Input with ACAD.
Ctrl + Shift + U, type acad, 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-gyeonj::before { content: "\ACAD"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>겭</span>Die Darstellung des Symbols Hangul Syllable Gyeonj in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uACAD' or String.fromCodePoint(44205) |
| Python | '\N{HANGUL SYLLABLE GYEONJ}' or chr(44205) |
| Rust | '\u{ACAD}' |
| C / C++ | UTF-8 source or wchar_t with U+ACAD |
| Go | string(rune(0xACAD)) |
| Ruby | "\u{ACAD}" |