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

What is Unicode character 𭍖?

The Unicode character 𭍖 U+2D356 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+2D356.

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!