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

What is Unicode character 𭎨?

The Unicode character 𭎨 U+2D3A8 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+2D3A8.

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!