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

What is Unicode character 𢎇?

The Unicode character 𢎇 U+22387 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+22387.

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!