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

What is Unicode character 𦳨?

The Unicode character 𦳨 U+26CE8 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+26CE8.

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!