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>&#198175;</p>
📋
CSS .selector { content: '\3061F' };
📋
JS var unicodeA = '\u3061F ';
📋
CPP char unicodeA = ' \u3061F ';
📋
Java char unicodeA = '\u3061F';
📋
Python unicodeA = '\u3061F'
📋

What is Unicode character 𰘟?

The Unicode character 𰘟 U+3061F 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+3061F.

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!