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>&#198542;</p>
📋
CSS .selector { content: '\3078E' };
📋
JS var unicodeA = '\u3078E ';
📋
CPP char unicodeA = ' \u3078E ';
📋
Java char unicodeA = '\u3078E';
📋
Python unicodeA = '\u3078E'
📋

What is Unicode character 𰞎?

The Unicode character 𰞎 U+3078E 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+3078E.

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!