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

What is Unicode character 𰊕?

The Unicode character 𰊕 U+30295 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+30295.

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!