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

What is Unicode character 𦅎?

The Unicode character 𦅎 U+2614E 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+2614E.

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!