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

What is Unicode character 𰾝?

The Unicode character 𰾝 U+30F9D 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+30F9D.

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!