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

What is Unicode character 𦎓?

The Unicode character 𦎓 U+26393 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+26393.

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!