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

What is Unicode character 𦝌?

The Unicode character 𦝌 U+2674C 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+2674C.

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!