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

What is Unicode character 𰶕?

The Unicode character 𰶕 U+30D95 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+30D95.

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!