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

What is Unicode character 𰝖?

The Unicode character 𰝖 U+30756 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+30756.

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!