copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('⋖'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
⋖
LESS-THAN WITH DOT
Overview
⋖ (LESS-THAN WITH DOT) is the Unicode character at code point U+22D6. It belongs to the Mathematical Operators block, in the Math Symbol (Sm) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+22D6 | |
| decimal | 8918 | |
| htmldecimal | ⋖ | |
| htmlhex | ⋖ | |
| css | \22D6 | |
| javascript | \u{22D6} | |
| python | \u22d6 | |
| java | \u22D6 | |
| go | \u22D6 | |
| ruby | \u{22D6} | |
| rust | \u{22D6} | |
| ccpp | \u22d6 | |
| urlencoded | %E2%8B%96 | |
| utf8bytes | e2 8b 96 | |
| utf16bebytes | 22 d6 | |
| utf32bebytes | 00 00 22 d6 |
How to Use
HTML:
⋖
CSS:
content: "\22D6"
JavaScript:
"\u{22D6}"
Python:
"\u22d6"
Properties
- Block
- Mathematical Operators
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- Yes
Frequently Asked Questions
What is the ⋖ character (LESS-THAN WITH DOT)?
⋖ (LESS-THAN WITH DOT) is the Unicode character U+22D6.
What is the Unicode codepoint of LESS-THAN WITH DOT?
The LESS-THAN WITH DOT character (⋖) has codepoint U+22D6.
How do I type or copy LESS-THAN WITH DOT?
Copy ⋖ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.