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

What is Unicode character 𬰝?

The Unicode character 𬰝 U+2CC1D 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+2CC1D.

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!