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

What is Unicode character 𰮹?

The Unicode character 𰮹 U+30BB9 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+30BB9.

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!