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

What is Unicode character 𦶕?

The Unicode character 𦶕 U+26D95 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+26D95.

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!