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

What is Unicode character 𦌾?

The Unicode character 𦌾 U+2633E 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+2633E.

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!