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

What is Unicode character 𢙐?

The Unicode character 𢙐 U+22650 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+22650.

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!