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

What is Unicode character 𨃲?

The Unicode character 𨃲 U+280F2 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+280F2.

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!