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

What is Unicode character 𦺄?

The Unicode character 𦺄 U+26E84 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+26E84.

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!