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>&#164085;</p>
📋
CSS .selector { content: '\280F5' };
📋
JS var unicodeA = '\u280F5 ';
📋
CPP char unicodeA = ' \u280F5 ';
📋
Java char unicodeA = '\u280F5';
📋
Python unicodeA = '\u280F5'
📋

What is Unicode character 𨃵?

The Unicode character 𨃵 U+280F5 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+280F5.

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!