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

What is Unicode character 𰝏?

The Unicode character 𰝏 U+3074F 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+3074F.

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!