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

What is Unicode character 𨰆?

The Unicode character 𨰆 U+28C06 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+28C06.

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!