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

What is Unicode character 𡨊?

The Unicode character 𡨊 U+21A0A 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+21A0A.

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!