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

What is Unicode character 𦝏?

The Unicode character 𦝏 U+2674F 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+2674F.

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!