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

What is Unicode character 𦍍?

The Unicode character 𦍍 U+2634D 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+2634D.

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!