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

What is Unicode character 𲊝?

The Unicode character 𲊝 U+3229D 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+3229D.

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!