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

What is Unicode character 𦖗?

The Unicode character 𦖗 U+26597 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+26597.

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!