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

What is Unicode character 𦌯?

The Unicode character 𦌯 U+2632F 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+2632F.

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!