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>&#197582;</p>
📋
CSS .selector { content: '\303CE' };
📋
JS var unicodeA = '\u303CE ';
📋
CPP char unicodeA = ' \u303CE ';
📋
Java char unicodeA = '\u303CE';
📋
Python unicodeA = '\u303CE'
📋

What is Unicode character 𰏎?

The Unicode character 𰏎 U+303CE is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+303CE.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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