| Nombre del símbolo | Hangul Letter Rieul-mieum |
| Versión Unicode | 1.1 |
| Unicode | U+313B |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \313B |
| Código hexadecimal | 0x313B |
| Código HTML | ㄻ |
| LaTeX | \hangul{313B} |
| Símbolo | ㄻ |
| Codificación URL (porcentaje UTF-8) | %E3%84%BB |
| Nombre oral / lector de pantalla | Hangul Letter Rieul-mieum |
| UTF-8 | E3 84 BB |
| UTF-16 | 313B |
| UTF-32 | 0000313B |
1\documentclass{article}2\usepackage{pifont}3\hangul{313B}4\end{document}Puedes escribir el símbolo hangul letter rieul-mieum en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 12603 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul letter rieul-mieum", or use Unicode Hex Input with 313B.
Ctrl + Shift + U, type 313b, 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-mieum::before { content: "\313B"; 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-mieum en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u313B' or String.fromCodePoint(12603) |
| Python | '\N{HANGUL LETTER RIEUL-MIEUM}' or chr(12603) |
| Rust | '\u{313B}' |
| C / C++ | UTF-8 source or wchar_t with U+313B |
| Go | string(rune(0x313B)) |
| Ruby | "\u{313B}" |