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

What is Unicode character 𰃺?

The Unicode character 𰃺 U+300FA 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+300FA.

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!