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

What is Unicode character 𨎓?

The Unicode character 𨎓 U+28393 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+28393.

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!