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

What is Unicode character 𬰓?

The Unicode character 𬰓 U+2CC13 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+2CC13.

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!