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

What is Unicode character 𬳍?

The Unicode character 𬳍 U+2CCCD 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+2CCCD.

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!