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

What is Unicode character 𨎘?

The Unicode character 𨎘 U+28398 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+28398.

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!