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>&#138254;</p>
📋
CSS .selector { content: '\21C0E' };
📋
JS var unicodeA = '\u21C0E ';
📋
CPP char unicodeA = ' \u21C0E ';
📋
Java char unicodeA = '\u21C0E';
📋
Python unicodeA = '\u21C0E'
📋

What is Unicode character 𡰎?

The Unicode character 𡰎 U+21C0E 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+21C0E.

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!