| Nombre del símbolo | Flag: Mauritius |
| Versión Unicode | 2.0 |
| Unicode | U+1F1F2 |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \1F1F2 |
| Código hexadecimal | 0x1F1F2 |
| Código HTML | 🇲🇺 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Símbolo | 🇲🇺 |
| Codificación URL (porcentaje UTF-8) | %F0%9F%87%B2%F0%9F%87%BA |
| Atajo Discord / Slack | :flag_mu: |
| Atajo GitHub | :flag_mu: |
| Nombre oral / lector de pantalla | Flag: Mauritius |
| UTF-8 | F0 9F 87 B2 F0 9F 87 BA |
| UTF-16 | D83C DDF2 D83C DDFA |
| UTF-32 | 0001F1F2 0001F1FA |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puedes escribir el símbolo flag: mauritius en la mayoría de dispositivos modernos con los siguientes métodos:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Flags in emoji keyboard.
Edit → Emoji & Symbols, search "flag: mauritius".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Flags, or search "flag: mauritius".
Emoji keyboard → Flags; search "flag: mauritius".
1span.flag-mauritius::before { content: "\1F1F2"; } /* prefer inline grapheme for ZWJ */1<span>🇲🇺</span>La representación del símbolo Flag: Mauritius en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x1F1F2, 0x1F1FA) |
| Python | '\N{FLAG: MAURITIUS}' |
| Rust | '\u{1F1F2}' |
| Swift | "\u{1F1F2}" |
| Go | string(rune(0x1F1F2)) |
| Ruby | "\u{1F1F2}" |