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

What is Unicode character 𫘲?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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