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

What is Unicode character 𦶙?

The Unicode character 𦶙 U+26D99 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+26D99.

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!