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

What is Unicode character 𬶨?

The Unicode character 𬶨 U+2CDA8 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+2CDA8.

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!