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

What is Unicode character 𰬭?

The Unicode character 𰬭 U+30B2D 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+30B2D.

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!