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

What is Unicode character 𨅊?

The Unicode character 𨅊 U+2814A 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+2814A.

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!