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

What is Unicode character 𢘲?

The Unicode character 𢘲 U+22632 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+22632.

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!