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

What is Unicode character 𫨕?

The Unicode character 𫨕 U+2BA15 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+2BA15.

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!