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

What is Unicode character 𡔟?

The Unicode character 𡔟 U+2151F 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+2151F.

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!