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

What is Unicode character 𨉺?

The Unicode character 𨉺 U+2827A 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+2827A.

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!