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

What is Unicode character 𫨙?

The Unicode character 𫨙 U+2BA19 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+2BA19.

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!