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

What is Unicode character 𭅟?

The Unicode character 𭅟 U+2D15F 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+2D15F.

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!