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

What is Unicode character 𲁟?

The Unicode character 𲁟 U+3205F 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+3205F.

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!