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

What is Unicode character 𨎒?

The Unicode character 𨎒 U+28392 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+28392.

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!