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>&#174021;</p>
📋
CSS .selector { content: '\2A7C5' };
📋
JS var unicodeA = '\u2A7C5 ';
📋
CPP char unicodeA = ' \u2A7C5 ';
📋
Java char unicodeA = '\u2A7C5';
📋
Python unicodeA = '\u2A7C5'
📋

What is Unicode character 𪟅?

The Unicode character 𪟅 U+2A7C5 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2A7C5.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!