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

What is Unicode character 𨐛?

The Unicode character 𨐛 U+2841B 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+2841B.

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!