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

What is Unicode character 𦻍?

The Unicode character 𦻍 U+26ECD 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+26ECD.

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!