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

What is Unicode character 𫃓?

The Unicode character 𫃓 U+2B0D3 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+2B0D3.

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!