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

What is Unicode character 𭗬?

The Unicode character 𭗬 U+2D5EC 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+2D5EC.

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!