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

What is Unicode character 𨰅?

The Unicode character 𨰅 U+28C05 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+28C05.

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!