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

What is Unicode character 𰯺?

The Unicode character 𰯺 U+30BFA 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+30BFA.

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!