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

What is Unicode character 𬵤?

The Unicode character 𬵤 U+2CD64 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+2CD64.

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!