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

What is Unicode character 𦌬?

The Unicode character 𦌬 U+2632C 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+2632C.

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!