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

What is Unicode character 𰯟?

The Unicode character 𰯟 U+30BDF 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+30BDF.

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!