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

What is Unicode character 𨃱?

The Unicode character 𨃱 U+280F1 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+280F1.

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!