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

What is Unicode character 𢘢?

The Unicode character 𢘢 U+22622 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+22622.

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!