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

What is Unicode character 𠔟?

The Unicode character 𠔟 U+2051F 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+2051F.

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!