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

What is Unicode character 𬴝?

The Unicode character 𬴝 U+2CD1D 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+2CD1D.

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!