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

What is Unicode character 𦹜?

The Unicode character 𦹜 U+26E5C 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+26E5C.

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!