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

What is Unicode character 𫨺?

The Unicode character 𫨺 U+2BA3A 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+2BA3A.

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!