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

What is Unicode character 𰃎?

The Unicode character 𰃎 U+300CE 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+300CE.

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!