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

What is Unicode character 𰌟?

The Unicode character 𰌟 U+3031F 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+3031F.

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!