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

What is Unicode character 𪟄?

The Unicode character 𪟄 U+2A7C4 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+2A7C4.

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!