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

What is Unicode character 𦕄?

The Unicode character 𦕄 U+26544 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+26544.

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!