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

What is Unicode character 𰬬?

The Unicode character 𰬬 U+30B2C 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+30B2C.

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!