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

What is Unicode character 𰫝?

The Unicode character 𰫝 U+30ADD 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+30ADD.

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!