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

What is Unicode character 𬵹?

The Unicode character 𬵹 U+2CD79 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2CD79.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!