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

What is Unicode character 𰉖?

The Unicode character 𰉖 U+30256 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+30256.

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!