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

What is Unicode character 𲍝?

The Unicode character 𲍝 U+3235D 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+3235D.

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!