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

What is Unicode character 𰬨?

The Unicode character 𰬨 U+30B28 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+30B28.

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!