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

What is Unicode character 𦢓?

The Unicode character 𦢓 U+26893 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+26893.

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!