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

What is Unicode character 𭍟?

The Unicode character 𭍟 U+2D35F 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+2D35F.

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!