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

What is Unicode character 𩔟?

The Unicode character 𩔟 U+2951F 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+2951F.

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!