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

What is Unicode character 𪟌?

The Unicode character 𪟌 U+2A7CC 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+2A7CC.

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!