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

What is Unicode character 𨃦?

The Unicode character 𨃦 U+280E6 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+280E6.

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!