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

What is Unicode character 𦅏?

The Unicode character 𦅏 U+2614F 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+2614F.

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!