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

What is Unicode character 𦎆?

The Unicode character 𦎆 U+26386 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+26386.

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!