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

What is Unicode character 𰾹?

The Unicode character 𰾹 U+30FB9 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+30FB9.

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!