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

What is Unicode character 𨰈?

The Unicode character 𨰈 U+28C08 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+28C08.

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!