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

What is Unicode character 𬰟?

The Unicode character 𬰟 U+2CC1F 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+2CC1F.

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!