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

What is Unicode character 𲌺?

The Unicode character 𲌺 U+3233A 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+3233A.

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!