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

What is Unicode character 𫦟?

The Unicode character 𫦟 U+2B99F 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+2B99F.

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!