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

What is Unicode character 𰟱?

The Unicode character 𰟱 U+307F1 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+307F1.

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!