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

What is Unicode character 𡰊?

The Unicode character 𡰊 U+21C0A 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+21C0A.

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!