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

What is Unicode character 𬑯?

The Unicode character 𬑯 U+2C46F 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+2C46F.

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!