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

What is Unicode character 𦑯?

The Unicode character 𦑯 U+2646F 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+2646F.

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!