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

What is Unicode character 𰔬?

The Unicode character 𰔬 U+3052C 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+3052C.

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!