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

What is Unicode character 𦪓?

The Unicode character 𦪓 U+26A93 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+26A93.

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!