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

What is Unicode character 𨐯?

The Unicode character 𨐯 U+2842F 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+2842F.

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!