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

What is Unicode character 𰉦?

The Unicode character 𰉦 U+30266 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+30266.

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!