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

What is Unicode character 𰍍?

The Unicode character 𰍍 U+3034D 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+3034D.

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!