| Symbol Name | Hamsa |
| Unicode Version | 14.0 |
| Unicode | U+1FAAC |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1FAAC |
| Hex Code | 0x1FAAC |
| HTML Code | 🪬 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🪬 |
| URL encode (UTF-8 percent) | %F0%9F%AA%AC |
| Spoken / screen reader name | Hamsa |
| UTF-8 | F0 9F AA AC |
| UTF-16 | D83E DEAC |
| UTF-32 | 0001FAAC |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the hamsa symbol on most modern devices with the help of following methods:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Objects & Tech in emoji keyboard.
Edit → Emoji & Symbols, search "hamsa".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Objects, or search "hamsa".
Emoji keyboard → Objects; search "hamsa".
1span.hamsa::before { content: "\1FAAC"; } /* prefer inline grapheme for ZWJ */1<span>🪬</span>Hamsa symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDEAC' or String.fromCodePoint(0x1FAAC) |
| Python | '\N{HAMSA}' |
| Rust | '\u{1FAAC}' |
| Swift | "\u{1FAAC}" |
| Go | string(rune(0x1FAAC)) |
| Ruby | "\u{1FAAC}" |