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

What is Unicode character 𬷖?

The Unicode character 𬷖 U+2CDD6 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+2CDD6.

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!