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

What is Unicode character 𭍑?

The Unicode character 𭍑 U+2D351 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+2D351.

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!