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>&#140367;</p>
📋
CSS .selector { content: '\2244F' };
📋
JS var unicodeA = '\u2244F ';
📋
CPP char unicodeA = ' \u2244F ';
📋
Java char unicodeA = '\u2244F';
📋
Python unicodeA = '\u2244F'
📋

What is Unicode character 𢑏?

The Unicode character 𢑏 U+2244F 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+2244F.

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!