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

What is Unicode character 𨰃?

The Unicode character 𨰃 U+28C03 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+28C03.

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!