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>&#142948;</p>
📋
CSS .selector { content: '\22E64' };
📋
JS var unicodeA = '\u22E64 ';
📋
CPP char unicodeA = ' \u22E64 ';
📋
Java char unicodeA = '\u22E64';
📋
Python unicodeA = '\u22E64'
📋

What is Unicode character 𢹤?

The Unicode character 𢹤 U+22E64 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+22E64.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!