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

What is Unicode character 𰡑?

The Unicode character 𰡑 U+30851 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+30851.

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!