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

What is Unicode character 𭍐?

The Unicode character 𭍐 U+2D350 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+2D350.

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!