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

What is Unicode character 𢌫?

The Unicode character 𢌫 U+2232B 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+2232B.

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!