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

What is Unicode character 𦹍?

The Unicode character 𦹍 U+26E4D 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+26E4D.

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!