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

What is Unicode character 𫨈?

The Unicode character 𫨈 U+2BA08 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+2BA08.

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!