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

What is Unicode character 𦍏?

The Unicode character 𦍏 U+2634F 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+2634F.

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!