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

What is Unicode character 𰕨?

The Unicode character 𰕨 U+30568 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+30568.

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!