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

What is Unicode character 𨪅?

The Unicode character 𨪅 U+28A85 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+28A85.

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!