| Nombre del símbolo | Mahjong Tile Winter |
| Versión Unicode | 5.1 |
| Unicode | U+1F029 |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| Código CSS |
| UTF-8 | F0 9F 80 A9 |
| UTF-16 | D83C DC29 |
| UTF-32 | 0001F029 |
1\documentclass{article}2\usepackage{pifont}3\text{MAHJONGTILEWINTER}4\end{document}Puedes escribir el símbolo mahjong tile winter en la mayoría de dispositivos modernos con los siguientes métodos:
Character Map or paste from this page, or insert via Character Map.
Edit → Emoji & Symbols, search "mahjong tile winter", or use Unicode Hex Input with 1F029.
Ctrl + Shift + U, type 1f029, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with board-game symbol support.
1span.mahjong-tile-winter::before { content: "\1F029"; font-family: "Apple Color Emoji", "Segoe UI Emoji", sans-serif; }1<span>🀩</span>La representación del símbolo Mahjong Tile Winter en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD83C\uDC29' or String.fromCodePoint(0x1F029) |
| Python | '\N{MAHJONG TILE WINTER}' or chr(127017) |
| Rust | '\u{1F029}' |
| C / C++ | UTF-8 source or wchar_t with U+1F029 |
| Go | string(rune(0x1F029)) |
| Ruby | "\u{1F029}" |
\1F029 |
| Código hexadecimal | 0x1F029 |
| Código HTML | 🀩 |
| LaTeX | \text{MAHJONGTILEWINTER} |
| Símbolo | 🀩 |
| Codificación URL (porcentaje UTF-8) | %F0%9F%80%A9 |
| Nombre oral / lector de pantalla | Mahjong Tile Winter |