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

What is Unicode character 𦐾?

The Unicode character 𦐾 U+2643E 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+2643E.

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!