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

What is Unicode character 𦝎?

The Unicode character 𦝎 U+2674E 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+2674E.

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!