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

What is Unicode character 𭎬?

The Unicode character 𭎬 U+2D3AC 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+2D3AC.

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!