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

What is Unicode character 𭍗?

The Unicode character 𭍗 U+2D357 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+2D357.

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!