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

What is Unicode character 𰙏?

The Unicode character 𰙏 U+3064F 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+3064F.

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!