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

What is Unicode character 𦲕?

The Unicode character 𦲕 U+26C95 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+26C95.

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!