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

What is Unicode character 𨦞?

The Unicode character 𨦞 U+2899E 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+2899E.

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!