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

What is Unicode character 𬏓?

The Unicode character 𬏓 U+2C3D3 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C3D3.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!