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

What is Unicode character 𭔎?

The Unicode character 𭔎 U+2D50E 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+2D50E.

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!