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

What is Unicode character 𦝄?

The Unicode character 𦝄 U+26744 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+26744.

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!