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

What is Unicode character 𰈟?

The Unicode character 𰈟 U+3021F 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+3021F.

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!