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

What is Unicode character 𰝎?

The Unicode character 𰝎 U+3074E 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+3074E.

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!