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

What is Unicode character 𫃨?

The Unicode character 𫃨 U+2B0E8 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B0E8.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!