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>&#164263;</p>
📋
CSS .selector { content: '\281A7' };
📋
JS var unicodeA = '\u281A7 ';
📋
CPP char unicodeA = ' \u281A7 ';
📋
Java char unicodeA = '\u281A7';
📋
Python unicodeA = '\u281A7'
📋

What is Unicode character 𨆧?

The Unicode character 𨆧 U+281A7 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+281A7.

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!