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