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

What is Unicode character 𰬁?

The Unicode character 𰬁 U+30B01 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+30B01.

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!