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

What is Unicode character 𬵯?

The Unicode character 𬵯 U+2CD6F 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+2CD6F.

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!