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

What is Unicode character 𨆨?

The Unicode character 𨆨 U+281A8 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+281A8.

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!