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

What is Unicode character 𫨖?

The Unicode character 𫨖 U+2BA16 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+2BA16.

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!