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

What is Unicode character 𨑯?

The Unicode character 𨑯 U+2846F 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+2846F.

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!