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

What is Unicode character 𰊓?

The Unicode character 𰊓 U+30293 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+30293.

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!