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

What is Unicode character 𢕕?

The Unicode character 𢕕 U+22555 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+22555.

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!