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

What is Unicode character 𢐛?

The Unicode character 𢐛 U+2241B 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+2241B.

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!