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

What is Unicode character 𦪖?

The Unicode character 𦪖 U+26A96 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+26A96.

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!