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