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>&#166303;</p>
📋
CSS .selector { content: '\2899F' };
📋
JS var unicodeA = '\u2899F ';
📋
CPP char unicodeA = ' \u2899F ';
📋
Java char unicodeA = '\u2899F';
📋
Python unicodeA = '\u2899F'
📋

What is Unicode character 𨦟?

The Unicode character 𨦟 U+2899F 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+2899F.

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!