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

What is Unicode character 𬴕?

The Unicode character 𬴕 U+2CD15 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+2CD15.

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!