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

What is Unicode character 𦺓?

The Unicode character 𦺓 U+26E93 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+26E93.

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!