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

What is Unicode character 𦢉?

The Unicode character 𦢉 U+26889 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+26889.

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!