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

What is Unicode character 𦍂?

The Unicode character 𦍂 U+26342 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+26342.

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!