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

What is Unicode character 𢎉?

The Unicode character 𢎉 U+22389 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+22389.

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!