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

What is Unicode character 𰎏?

The Unicode character 𰎏 U+3038F 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+3038F.

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!