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

What is Unicode character 𰬯?

The Unicode character 𰬯 U+30B2F 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+30B2F.

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!