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

What is Unicode character 𰬫?

The Unicode character 𰬫 U+30B2B 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+30B2B.

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!