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

What is Unicode character 𨑭?

The Unicode character 𨑭 U+2846D 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+2846D.

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!