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

What is Unicode character 𢅎?

The Unicode character 𢅎 U+2214E 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+2214E.

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!