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

What is Unicode character 𰝡?

The Unicode character 𰝡 U+30761 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+30761.

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!