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

What is Unicode character 𬰛?

The Unicode character 𬰛 U+2CC1B 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+2CC1B.

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!