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

What is Unicode character 𱔟?

The Unicode character 𱔟 U+3151F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension H 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+3151F.

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 15.0, and it belongs to the CJK Unified Ideographs Extension H block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 15.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension H
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!