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

What is Unicode character 𬶕?

The Unicode character 𬶕 U+2CD95 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+2CD95.

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!