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

What is Unicode character 𰿟?

The Unicode character 𰿟 U+30FDF 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+30FDF.

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!