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

What is Unicode character 𨫰?

The Unicode character 𨫰 U+28AF0 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+28AF0.

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!