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

What is Unicode character 𰇎?

The Unicode character 𰇎 U+301CE 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+301CE.

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!