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