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

What is Unicode character 𨍌?

The Unicode character 𨍌 U+2834C 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+2834C.

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!