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

What is Unicode character 𬶡?

The Unicode character 𬶡 U+2CDA1 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+2CDA1.

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!