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

What is Unicode character 𫍹?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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