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

What is Unicode character 𪟍?

The Unicode character 𪟍 U+2A7CD 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+2A7CD.

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!