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

What is Unicode character 𭔊?

The Unicode character 𭔊 U+2D50A 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+2D50A.

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!