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>&#167226;</p>
📋
CSS .selector { content: '\28D3A' };
📋
JS var unicodeA = '\u28D3A ';
📋
CPP char unicodeA = ' \u28D3A ';
📋
Java char unicodeA = '\u28D3A';
📋
Python unicodeA = '\u28D3A'
📋

What is Unicode character 𨴺?

The Unicode character 𨴺 U+28D3A 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+28D3A.

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!