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

What is Unicode character 𦾖?

The Unicode character 𦾖 U+26F96 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+26F96.

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!