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

What is Unicode character 𫃦?

The Unicode character 𫃦 U+2B0E6 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+2B0E6.

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!