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

What is Unicode character 𰬑?

The Unicode character 𰬑 U+30B11 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+30B11.

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!