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

What is Unicode character 𨆬?

The Unicode character 𨆬 U+281AC 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+281AC.

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!