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

What is Unicode character 𦐛?

The Unicode character 𦐛 U+2641B 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+2641B.

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!