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

What is Unicode character 𦖓?

The Unicode character 𦖓 U+26593 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+26593.

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!