| Symbol Name | Kiss Mark |
| Unicode Version | 0.6 |
| Unicode | U+1F48B |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F48B |
| Hex Code | 0x1F48B |
| HTML Code | 💋 |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Symbol | 💋 |
| URL encode (UTF-8 percent) | %F0%9F%92%8B |
| Spoken / screen reader name | Kiss Mark |
| UTF-8 | F0 9F 92 8B |
| UTF-16 | D83D DC8B |
| UTF-32 | 0001F48B |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent)4\end{document}You can type the kiss mark symbol on most modern devices with the help of following methods:
Windows: Win + . (emoji panel); macOS: Ctrl + Cmd + Space; mobile: emoji keyboard Smileys.
Edit → Emoji & Symbols, search "kiss mark".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Smileys & Emotion, or search "kiss mark".
Emoji keyboard → Smileys; search "kiss mark".
1span.kiss-mark::before { content: "\1F48B"; }1<span>💋</span>Kiss Mark symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDC8B' or String.fromCodePoint(0x1F48B) |
| Python | '\N{KISS MARK}' |
| Rust | '\u{1F48B}' |
| Swift | "\u{1F48B}" |
| Go | string(rune(0x1F48B)) |
| Ruby | "\u{1F48B}" |