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