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

What is Unicode character 𦉍?

The Unicode character 𦉍 U+2624D 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+2624D.

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!