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

What is Unicode character 𢕐?

The Unicode character 𢕐 U+22550 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+22550.

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!