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

What is Unicode character 𰬩?

The Unicode character 𰬩 U+30B29 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+30B29.

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!