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

What is Unicode character 𦍊?

The Unicode character 𦍊 U+2634A 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+2634A.

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!