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

What is Unicode character 𰎟?

The Unicode character 𰎟 U+3039F 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+3039F.

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!