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

What is Unicode character 𢼲?

The Unicode character 𢼲 U+22F32 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+22F32.

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!