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

What is Unicode character 𰊟?

The Unicode character 𰊟 U+3029F 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+3029F.

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!