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

What is Unicode character 𦅍?

The Unicode character 𦅍 U+2614D 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+2614D.

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!