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

What is Unicode character 𰊝?

The Unicode character 𰊝 U+3029D 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+3029D.

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!