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

What is Unicode character 𰼟?

The Unicode character 𰼟 U+30F1F 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+30F1F.

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!