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

What is Unicode character 𫨶?

The Unicode character 𫨶 U+2BA36 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+2BA36.

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!