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

What is Unicode character 𰬍?

The Unicode character 𰬍 U+30B0D 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+30B0D.

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!