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

What is Unicode character 𨆺?

The Unicode character 𨆺 U+281BA 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+281BA.

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!