| Nombre del símbolo | Hangul Syllable Kyomt |
| Versión Unicode | 2.0 |
| Unicode | U+CFD7 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \CFD7 |
| Código hexadecimal | 0xCFD7 |
| Código HTML | 쿗 |
| LaTeX | \hangul{CFD7} |
| Símbolo | 쿗 |
| Codificación URL (porcentaje UTF-8) | %EC%BF%97 |
| Nombre oral / lector de pantalla | Hangul Syllable Kyomt |
| UTF-8 | EC BF 97 |
| UTF-16 | CFD7 |
| UTF-32 | 0000CFD7 |
1\documentclass{article}2\usepackage{pifont}3\hangul{CFD7}4\end{document}Puedes escribir el símbolo hangul syllable kyomt en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 53207 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable kyomt", or use Unicode Hex Input with CFD7.
Ctrl + Shift + U, type cfd7, 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-kyomt::before { content: "\CFD7"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>쿗</span>La representación del símbolo Hangul Syllable Kyomt en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uCFD7' or String.fromCodePoint(53207) |
| Python | '\N{HANGUL SYLLABLE KYOMT}' or chr(53207) |
| Rust | '\u{CFD7}' |
| C / C++ | UTF-8 source or wchar_t with U+CFD7 |
| Go | string(rune(0xCFD7)) |
| Ruby | "\u{CFD7}" |