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

What is Unicode character 𦢘?

The Unicode character 𦢘 U+26898 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+26898.

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!