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

What is Unicode character 𰷟?

The Unicode character 𰷟 U+30DDF 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+30DDF.

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!