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

What is Unicode character 𫨍?

The Unicode character 𫨍 U+2BA0D 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+2BA0D.

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!