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

What is Unicode character 𫨃?

The Unicode character 𫨃 U+2BA03 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+2BA03.

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!