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

What is Unicode character 𨢛?

The Unicode character 𨢛 U+2889B 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+2889B.

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!