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

What is Unicode character 𨇏?

The Unicode character 𨇏 U+281CF 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+281CF.

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!