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

What is Unicode character 𦻟?

The Unicode character 𦻟 U+26EDF 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+26EDF.

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!