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

What is Unicode character 𢕤?

The Unicode character 𢕤 U+22564 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+22564.

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!