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

What is Unicode character 𭍵?

The Unicode character 𭍵 U+2D375 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+2D375.

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!