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

What is Unicode character 𰍎?

The Unicode character 𰍎 U+3034E 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+3034E.

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!