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>&#184415;</p>
📋
CSS .selector { content: '\2D05F' };
📋
JS var unicodeA = '\u2D05F ';
📋
CPP char unicodeA = ' \u2D05F ';
📋
Java char unicodeA = '\u2D05F';
📋
Python unicodeA = '\u2D05F'
📋

What is Unicode character 𭁟?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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