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

What is Unicode character 𬶓?

The Unicode character 𬶓 U+2CD93 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+2CD93.

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!