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

What is Unicode character 𰶅?

The Unicode character 𰶅 U+30D85 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+30D85.

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!