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