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

What is Unicode character 𰅖?

The Unicode character 𰅖 U+30156 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+30156.

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!