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

What is Unicode character 𨮰?

The Unicode character 𨮰 U+28BB0 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+28BB0.

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!