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

What is Unicode character 𢎘?

The Unicode character 𢎘 U+22398 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+22398.

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!