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

What is Unicode character 𰔯?

The Unicode character 𰔯 U+3052F 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+3052F.

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!