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

What is Unicode character 𰎊?

The Unicode character 𰎊 U+3038A 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+3038A.

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!