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

What is Unicode character 𨇺?

The Unicode character 𨇺 U+281FA 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+281FA.

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!