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

What is Unicode character 𫨼?

The Unicode character 𫨼 U+2BA3C 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+2BA3C.

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!