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

What is Unicode character 𬩹?

The Unicode character 𬩹 U+2CA79 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+2CA79.

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!