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

What is Unicode character 𰊑?

The Unicode character 𰊑 U+30291 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+30291.

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!