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

What is Unicode character 𨇀?

The Unicode character 𨇀 U+281C0 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+281C0.

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!