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

What is Unicode character 𦺝?

The Unicode character 𦺝 U+26E9D 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+26E9D.

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!