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

What is Unicode character 𭍙?

The Unicode character 𭍙 U+2D359 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+2D359.

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!