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

What is Unicode character 𬳕?

The Unicode character 𬳕 U+2CCD5 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+2CCD5.

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!