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

What is Unicode character 𦦕?

The Unicode character 𦦕 U+26995 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+26995.

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!