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>&#164805;</p>
📋
CSS .selector { content: '\283C5' };
📋
JS var unicodeA = '\u283C5 ';
📋
CPP char unicodeA = ' \u283C5 ';
📋
Java char unicodeA = '\u283C5';
📋
Python unicodeA = '\u283C5'
📋

What is Unicode character 𨏅?

The Unicode character 𨏅 U+283C5 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+283C5.

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!