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

What is Unicode character 𨫺?

The Unicode character 𨫺 U+28AFA 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+28AFA.

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!