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

What is Unicode character 𢍢?

The Unicode character 𢍢 U+22362 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+22362.

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!