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

What is Unicode character 𰜟?

The Unicode character 𰜟 U+3071F 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+3071F.

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!