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

What is Unicode character 𨬭?

The Unicode character 𨬭 U+28B2D 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+28B2D.

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!