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

What is Unicode character 𦻨?

The Unicode character 𦻨 U+26EE8 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+26EE8.

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!