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>&#162476;</p>
📋
CSS .selector { content: '\27AAC' };
📋
JS var unicodeA = '\u27AAC ';
📋
CPP char unicodeA = ' \u27AAC ';
📋
Java char unicodeA = '\u27AAC';
📋
Python unicodeA = '\u27AAC'
📋

What is Unicode character 𧪬?

The Unicode character 𧪬 U+27AAC 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+27AAC.

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!