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

What is Unicode character 𰊔?

The Unicode character 𰊔 U+30294 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+30294.

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!