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

What is Unicode character 𨬃?

The Unicode character 𨬃 U+28B03 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+28B03.

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!