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

What is Unicode character 𨨏?

The Unicode character 𨨏 U+28A0F 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+28A0F.

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!