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>&#178984;</p>
📋
CSS .selector { content: '\2BB28' };
📋
JS var unicodeA = '\u2BB28 ';
📋
CPP char unicodeA = ' \u2BB28 ';
📋
Java char unicodeA = '\u2BB28';
📋
Python unicodeA = '\u2BB28'
📋

What is Unicode character 𫬨?

The Unicode character 𫬨 U+2BB28 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2BB28.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!