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

What is Unicode character 𫨰?

The Unicode character 𫨰 U+2BA30 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+2BA30.

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!