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

What is Unicode character 𦺃?

The Unicode character 𦺃 U+26E83 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+26E83.

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!