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

What is Unicode character 𰡵?

The Unicode character 𰡵 U+30875 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+30875.

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!