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

What is Unicode character 𨨅?

The Unicode character 𨨅 U+28A05 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+28A05.

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!