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

What is Unicode character 𢌭?

The Unicode character 𢌭 U+2232D 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+2232D.

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!