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

What is Unicode character 𨇼?

The Unicode character 𨇼 U+281FC 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+281FC.

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!