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

What is Unicode character 𨦛?

The Unicode character 𨦛 U+2899B 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+2899B.

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!