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

What is Unicode character 𫃃?

The Unicode character 𫃃 U+2B0C3 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+2B0C3.

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!