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

What is Unicode character 𢩕?

The Unicode character 𢩕 U+22A55 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+22A55.

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!