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

What is Unicode character 𰃊?

The Unicode character 𰃊 U+300CA 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+300CA.

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!