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

What is Unicode character 𢎙?

The Unicode character 𢎙 U+22399 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+22399.

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!