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

What is Unicode character 𢌼?

The Unicode character 𢌼 U+2233C 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+2233C.

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!