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

What is Unicode character 𰟁?

The Unicode character 𰟁 U+307C1 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+307C1.

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!