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

What is Unicode character 𦍌?

The Unicode character 𦍌 U+2634C 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+2634C.

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!