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

What is Unicode character 𦻝?

The Unicode character 𦻝 U+26EDD 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+26EDD.

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!