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

What is Unicode character 𭅎?

The Unicode character 𭅎 U+2D14E 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+2D14E.

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!