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

What is Unicode character 𦍹?

The Unicode character 𦍹 U+26379 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+26379.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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