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

What is Unicode character 𰫕?

The Unicode character 𰫕 U+30AD5 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+30AD5.

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!