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