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

What is Unicode character 𦍴?

The Unicode character 𦍴 U+26374 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+26374.

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!