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

What is Unicode character 𫌃?

The Unicode character 𫌃 U+2B303 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+2B303.

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!