Css Styling

Size
𦐎
15px
𦐎
18px
𦐎
21px
𦐎
24px
𦐎
27px
𦐎
30px
𦐎
33px
𦐎
36px
𦐎
42px
𦐎
48px
𦐎
54px
𦐎
60px
𦐎
66px
𦐎
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
𦐎
Bold
𦐎
Italic
𦐎
Underline
𦐎
Strikethrough
𦐎
UpperCase
𦐎
LowerCase
𦐎
Oblique
A 𦐎
Subscript
A 𦐎
Superscript
𦐎
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
𦐎
Arial
𦐎
Times New Roman
𦐎
Verdana
𦐎
Courier New
𦐎
Garamond
𦐎
Georgia
𦐎
Trebuchet MS
𦐎
Tahoma
𦐎
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
𦐎
White
𦐎
Brown
𦐎
Maroon
𦐎
Magenta
𦐎
Red
𦐎
Orange
𦐎
Yellow
𦐎
Green
𦐎
Teal
𦐎
Cyan
𦐎
Blue
𦐎
Violet
𦐎
Purple
𦐎
Indigo
𦐎
Gray
𦐎
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
𦐎
White
𦐎
Brown
𦐎
Maroon
𦐎
Magenta
𦐎
Red
𦐎
Orange
𦐎
Yellow
𦐎
Green
𦐎
Teal
𦐎
Cyan
𦐎
Blue
𦐎
Violet
𦐎
Purple
𦐎
Indigo
𦐎
Gray
𦐎
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Code Snippets

Lang Example Copy
HTML <p>&#156686;</p>
📋
CSS .selector { content: '\2640E' };
📋
JS var unicodeA = '\u2640E ';
📋
CPP char unicodeA = ' \u2640E ';
📋
Java char unicodeA = '\u2640E';
📋
Python unicodeA = '\u2640E'
📋

What is Unicode character 𦐎?

The Unicode character 𦐎 U+2640E is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B block.

What does the Unicode character 𦐎 represent?

The Unicode character 𦐎 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𦐎?

The Unicode code point for 𦐎 is U+2640E.

Is the appearance of the 𦐎 character consistent across all platforms?

The appearance of the 𦐎 character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Cjk Unified Ideograph- remains consistent.

How can I ensure the 𦐎 character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Han script to correctly render the 𦐎 character.

In which version was Unicode character 𦐎 released, and to which block of characters does it belong?

Unicode character 𦐎 was first introduced in Unicode Version 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!