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

What is Unicode character 𰍟?

The Unicode character 𰍟 U+3035F 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+3035F.

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!