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

What is Unicode character 𫨵?

The Unicode character 𫨵 U+2BA35 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+2BA35.

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!