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

What is Unicode character 𦅌?

The Unicode character 𦅌 U+2614C 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+2614C.

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!