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

What is Unicode character 𰡣?

The Unicode character 𰡣 U+30863 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+30863.

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!