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

What is Unicode character 𨎉?

The Unicode character 𨎉 U+28389 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+28389.

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!