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

What is Unicode character 𦺣?

The Unicode character 𦺣 U+26EA3 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+26EA3.

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!