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

What is Unicode character 𰔼?

The Unicode character 𰔼 U+3053C 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+3053C.

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!