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

What is Unicode character 𨮵?

The Unicode character 𨮵 U+28BB5 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+28BB5.

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!