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

What is Unicode character 𰯓?

The Unicode character 𰯓 U+30BD3 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+30BD3.

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!