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

What is Unicode character 𭣓?

The Unicode character 𭣓 U+2D8D3 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+2D8D3.

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!