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

What is Unicode character 𦻛?

The Unicode character 𦻛 U+26EDB 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+26EDB.

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!