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

What is Unicode character 𢎈?

The Unicode character 𢎈 U+22388 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+22388.

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!