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>&#172140;</p>
📋
CSS .selector { content: '\2A06C' };
📋
JS var unicodeA = '\u2A06C ';
📋
CPP char unicodeA = ' \u2A06C ';
📋
Java char unicodeA = '\u2A06C';
📋
Python unicodeA = '\u2A06C'
📋

What is Unicode character 𪁬?

The Unicode character 𪁬 U+2A06C 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+2A06C.

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!