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

What is Unicode character 𦾕?

The Unicode character 𦾕 U+26F95 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+26F95.

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!