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

What is Unicode character 𩀟?

The Unicode character 𩀟 U+2901F 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+2901F.

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!