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

What is Unicode character 𨍊?

The Unicode character 𨍊 U+2834A 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+2834A.

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!