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

What is Unicode character 𢌬?

The Unicode character 𢌬 U+2232C 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+2232C.

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!