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

What is Unicode character 𦎕?

The Unicode character 𦎕 U+26395 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+26395.

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!