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

What is Unicode character 𫨹?

The Unicode character 𫨹 U+2BA39 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+2BA39.

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!