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

What is Unicode character 𦢗?

The Unicode character 𦢗 U+26897 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+26897.

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!