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

What is Unicode character 𨬯?

The Unicode character 𨬯 U+28B2F 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+28B2F.

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!