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

What is Unicode character 𦝍?

The Unicode character 𦝍 U+2674D 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+2674D.

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!