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

What is Unicode character 𰔌?

The Unicode character 𰔌 U+3050C 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+3050C.

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!