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

What is Unicode character 𰍏?

The Unicode character 𰍏 U+3034F 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+3034F.

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!