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

What is Unicode character 𨬏?

The Unicode character 𨬏 U+28B0F 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+28B0F.

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!