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

What is Unicode character 𰬖?

The Unicode character 𰬖 U+30B16 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+30B16.

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!