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

What is Unicode character 𦑭?

The Unicode character 𦑭 U+2646D 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+2646D.

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!