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

What is Unicode character 𢼢?

The Unicode character 𢼢 U+22F22 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+22F22.

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!