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

What is Unicode character 𦺔?

The Unicode character 𦺔 U+26E94 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+26E94.

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!