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

What is Unicode character 𬵭?

The Unicode character 𬵭 U+2CD6D 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+2CD6D.

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!