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

What is Unicode character 𫨬?

The Unicode character 𫨬 U+2BA2C 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+2BA2C.

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!