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>&#191282;</p>
📋
CSS .selector { content: '\2EB32' };
📋
JS var unicodeA = '\u2EB32 ';
📋
CPP char unicodeA = ' \u2EB32 ';
📋
Java char unicodeA = '\u2EB32';
📋
Python unicodeA = '\u2EB32'
📋

What is Unicode character 𮬲?

The Unicode character 𮬲 U+2EB32 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2EB32.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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