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

What is Unicode character 𨅎?

The Unicode character 𨅎 U+2814E 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+2814E.

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!