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

What is Unicode character 𰮵?

The Unicode character 𰮵 U+30BB5 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+30BB5.

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!