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

What is Unicode character 𬶦?

The Unicode character 𬶦 U+2CDA6 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+2CDA6.

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!