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

What is Unicode character 𦸍?

The Unicode character 𦸍 U+26E0D 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+26E0D.

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!