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>&#136206;</p>
📋
CSS .selector { content: '\2140E' };
📋
JS var unicodeA = '\u2140E ';
📋
CPP char unicodeA = ' \u2140E ';
📋
Java char unicodeA = '\u2140E';
📋
Python unicodeA = '\u2140E'
📋

What is Unicode character 𡐎?

The Unicode character 𡐎 U+2140E 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+2140E.

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!