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