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

What is Unicode character 𢌺?

The Unicode character 𢌺 U+2233A is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2233A.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!