| Nombre del símbolo | Alarm Bell Symbol |
| Versión Unicode | 17.0 |
| Unicode | U+1FBFA |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | F0 9F AF BA |
| UTF-16 | D83E DFFA |
| UTF-32 | 0001FBFA |
1\documentclass{article}2\usepackage{pifont}3\text{ALARMBELLSYMBOL}4\end{document}Puedes escribir el símbolo alarm bell 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 "alarm bell symbol", or use Unicode Hex Input with 1FBFA.
Ctrl + Shift + U, type 1fbfa, 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 legacy computing symbol support.
1span.alarm-bell-symbol::before { content: "\1FBFA"; }1<span>🯺</span>La representación del símbolo Alarm Bell en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDFFA' or String.fromCodePoint(0x1FBFA) |
| Python | '\N{ALARM BELL SYMBOL}' or chr(130042) |
| Rust | '\u{1FBFA}' |
| C / C++ | UTF-8 source or wchar_t with U+1FBFA |
| Go | string(rune(0x1FBFA)) |
| Ruby | "\u{1FBFA}" |
| Código CSS |
\1FBFA |
| Código hexadecimal | 0x1FBFA |
| Código HTML | 🯺 |
| LaTeX | \text{ALARMBELLSYMBOL} |
| Símbolo | |
| Codificación URL (porcentaje UTF-8) | %F0%9F%AF%BA |
| Nombre oral / lector de pantalla | Alarm Bell Symbol |