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

What is Unicode character 𦌭?

The Unicode character 𦌭 U+2632D 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+2632D.

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!