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

What is Unicode character 𦍎?

The Unicode character 𦍎 U+2634E 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+2634E.

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!