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>&#178589;</p>
📋
CSS .selector { content: '\2B99D' };
📋
JS var unicodeA = '\u2B99D ';
📋
CPP char unicodeA = ' \u2B99D ';
📋
Java char unicodeA = '\u2B99D';
📋
Python unicodeA = '\u2B99D'
📋

What is Unicode character 𫦝?

The Unicode character 𫦝 U+2B99D is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2B99D.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!