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

What is Unicode character 𨦝?

The Unicode character 𨦝 U+2899D 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+2899D.

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!