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

What is Unicode character 𨬫?

The Unicode character 𨬫 U+28B2B 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+28B2B.

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!