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

What is Unicode character 𬵨?

The Unicode character 𬵨 U+2CD68 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+2CD68.

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!