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