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

What is Unicode character 𲌼?

The Unicode character 𲌼 U+3233C 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+3233C.

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!