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

What is Unicode character 𢭕?

The Unicode character 𢭕 U+22B55 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+22B55.

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!