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

What is Unicode character 𰙨?

The Unicode character 𰙨 U+30668 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+30668.

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!