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

What is Unicode character 𬵧?

The Unicode character 𬵧 U+2CD67 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+2CD67.

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!