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

What is Unicode character 𦾨?

The Unicode character 𦾨 U+26FA8 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+26FA8.

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!