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

What is Unicode character 𩁟?

The Unicode character 𩁟 U+2905F 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+2905F.

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!