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

What is Unicode character 𨅏?

The Unicode character 𨅏 U+2814F 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+2814F.

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!