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

What is Unicode character 𧆬?

The Unicode character 𧆬 U+271AC 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+271AC.

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!