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

What is Unicode character 𨆲?

The Unicode character 𨆲 U+281B2 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+281B2.

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!