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

What is Unicode character 𰝨?

The Unicode character 𰝨 U+30768 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+30768.

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!