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

What is Unicode character 𫨨?

The Unicode character 𫨨 U+2BA28 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+2BA28.

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!