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

What is Unicode character 𰬅?

The Unicode character 𰬅 U+30B05 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+30B05.

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!