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

What is Unicode character 𦎔?

The Unicode character 𦎔 U+26394 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+26394.

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!