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

What is Unicode character 𦎉?

The Unicode character 𦎉 U+26389 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+26389.

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!