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

What is Unicode character 𢜢?

The Unicode character 𢜢 U+22722 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+22722.

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!