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

What is Unicode character 𦎂?

The Unicode character 𦎂 U+26382 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+26382.

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!