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>&#200477;</p>
📋
CSS .selector { content: '\30F1D' };
📋
JS var unicodeA = '\u30F1D ';
📋
CPP char unicodeA = ' \u30F1D ';
📋
Java char unicodeA = '\u30F1D';
📋
Python unicodeA = '\u30F1D'
📋

What is Unicode character 𰼝?

The Unicode character 𰼝 U+30F1D 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+30F1D.

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!