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

What is Unicode character 𦖖?

The Unicode character 𦖖 U+26596 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+26596.

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!