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

What is Unicode character 𭇬?

The Unicode character 𭇬 U+2D1EC 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+2D1EC.

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!