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

What is Unicode character 𦂕?

The Unicode character 𦂕 U+26095 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+26095.

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!