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

What is Unicode character 𬹤?

The Unicode character 𬹤 U+2CE64 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+2CE64.

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!