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

What is Unicode character 𭏨?

The Unicode character 𭏨 U+2D3E8 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+2D3E8.

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!