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

What is Unicode character 𡰅?

The Unicode character 𡰅 U+21C05 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+21C05.

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!