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

What is Unicode character 𣪬?

The Unicode character 𣪬 U+23AAC 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+23AAC.

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!