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

What is Unicode character 𦎐?

The Unicode character 𦎐 U+26390 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+26390.

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!