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

What is Unicode character 𰔝?

The Unicode character 𰔝 U+3051D 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+3051D.

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!