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

What is Unicode character 𪟊?

The Unicode character 𪟊 U+2A7CA 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+2A7CA.

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!