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

What is Unicode character 𨍏?

The Unicode character 𨍏 U+2834F 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+2834F.

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!