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

What is Unicode character 𦻔?

The Unicode character 𦻔 U+26ED4 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+26ED4.

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!