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>&#205658;</p>
📋
CSS .selector { content: '\3235A' };
📋
JS var unicodeA = '\u3235A ';
📋
CPP char unicodeA = ' \u3235A ';
📋
Java char unicodeA = '\u3235A';
📋
Python unicodeA = '\u3235A'
📋

What is Unicode character 𲍚?

The Unicode character 𲍚 U+3235A 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+3235A.

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!