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

What is Unicode character 𨰰?

The Unicode character 𨰰 U+28C30 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+28C30.

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!