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

What is Unicode character 𢕔?

The Unicode character 𢕔 U+22554 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+22554.

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!