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

What is Unicode character 𰯼?

The Unicode character 𰯼 U+30BFC 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+30BFC.

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!