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

What is Unicode character 𲊟?

The Unicode character 𲊟 U+3229F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension H 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+3229F.

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 15.0, and it belongs to the CJK Unified Ideographs Extension H block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 15.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension H
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!