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

What is Unicode character 𰔍?

The Unicode character 𰔍 U+3050D 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+3050D.

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!