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

What is Unicode character 𰯹?

The Unicode character 𰯹 U+30BF9 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+30BF9.

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!