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

What is Unicode character 𭍶?

The Unicode character 𭍶 U+2D376 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+2D376.

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!