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

What is Unicode character 𦶝?

The Unicode character 𦶝 U+26D9D 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+26D9D.

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!