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

What is Unicode character 𭎯?

The Unicode character 𭎯 U+2D3AF 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+2D3AF.

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!