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

What is Unicode character 𰴵?

The Unicode character 𰴵 U+30D35 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+30D35.

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!