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

What is Unicode character 𰡡?

The Unicode character 𰡡 U+30861 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+30861.

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!