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

What is Unicode character 𰦙?

The Unicode character 𰦙 U+30999 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+30999.

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!