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

What is Unicode character 𰃐?

The Unicode character 𰃐 U+300D0 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+300D0.

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!