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>&#142106;</p>
📋
CSS .selector { content: '\22B1A' };
📋
JS var unicodeA = '\u22B1A ';
📋
CPP char unicodeA = ' \u22B1A ';
📋
Java char unicodeA = '\u22B1A';
📋
Python unicodeA = '\u22B1A'
📋

What is Unicode character 𢬚?

The Unicode character 𢬚 U+22B1A 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+22B1A.

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!