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

What is Unicode character 𦌺?

The Unicode character 𦌺 U+2633A 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+2633A.

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!