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

What is Unicode character 𦌼?

The Unicode character 𦌼 U+2633C 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+2633C.

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!