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

What is Unicode character 𬰔?

The Unicode character 𬰔 U+2CC14 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+2CC14.

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!