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

What is Unicode character 𰬓?

The Unicode character 𰬓 U+30B13 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+30B13.

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!