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

What is Unicode character 𭆬?

The Unicode character 𭆬 U+2D1AC 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+2D1AC.

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!