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

What is Unicode character 𨦜?

The Unicode character 𨦜 U+2899C 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+2899C.

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!