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

What is Unicode character 𰬡?

The Unicode character 𰬡 U+30B21 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+30B21.

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!