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

What is Unicode character 𦉎?

The Unicode character 𦉎 U+2624E 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+2624E.

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!