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

What is Unicode character 𨅍?

The Unicode character 𨅍 U+2814D 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+2814D.

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!