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

What is Unicode character 𪟀?

The Unicode character 𪟀 U+2A7C0 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+2A7C0.

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!