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

What is Unicode character 𨪧?

The Unicode character 𨪧 U+28AA7 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+28AA7.

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!