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

What is Unicode character 𦹄?

The Unicode character 𦹄 U+26E44 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+26E44.

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!