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

What is Unicode character 𬍹?

The Unicode character 𬍹 U+2C379 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+2C379.

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!