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

What is Unicode character 𰭨?

The Unicode character 𰭨 U+30B68 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+30B68.

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!