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

What is Unicode character 𦖉?

The Unicode character 𦖉 U+26589 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+26589.

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!