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

What is Unicode character 𲂟?

The Unicode character 𲂟 U+3209F 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+3209F.

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!