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

What is Unicode character 𢎒?

The Unicode character 𢎒 U+22392 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+22392.

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!