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

What is Unicode character 𢙔?

The Unicode character 𢙔 U+22654 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+22654.

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!