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

What is Unicode character 𨎐?

The Unicode character 𨎐 U+28390 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+28390.

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!