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

What is Unicode character 𬟌?

The Unicode character 𬟌 U+2C7CC is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C7CC.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!