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

What is Unicode character 𦡏?

The Unicode character 𦡏 U+2684F 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+2684F.

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!