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

What is Unicode character 𰃰?

The Unicode character 𰃰 U+300F0 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+300F0.

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!