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

What is Unicode character 𰬏?

The Unicode character 𰬏 U+30B0F 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+30B0F.

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!