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

What is Unicode character 𰃁?

The Unicode character 𰃁 U+300C1 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+300C1.

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!