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

What is Unicode character 𰆟?

The Unicode character 𰆟 U+3019F 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+3019F.

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!