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>&#181357;</p>
📋
CSS .selector { content: '\2C46D' };
📋
JS var unicodeA = '\u2C46D ';
📋
CPP char unicodeA = ' \u2C46D ';
📋
Java char unicodeA = '\u2C46D';
📋
Python unicodeA = '\u2C46D'
📋

What is Unicode character 𬑭?

The Unicode character 𬑭 U+2C46D is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C46D.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!