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

What is Unicode character 𰡶?

The Unicode character 𰡶 U+30876 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+30876.

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!