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

What is Unicode character 𨍍?

The Unicode character 𨍍 U+2834D 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+2834D.

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!