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

What is Unicode character 𨮓?

The Unicode character 𨮓 U+28B93 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+28B93.

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!