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

What is Unicode character 𫃎?

The Unicode character 𫃎 U+2B0CE 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+2B0CE.

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!