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

What is Unicode character 𰬦?

The Unicode character 𰬦 U+30B26 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+30B26.

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!