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

What is Unicode character 𭅍?

The Unicode character 𭅍 U+2D14D 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+2D14D.

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!