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

What is Unicode character 𭵖?

The Unicode character 𭵖 U+2DD56 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+2DD56.

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!