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>&#139947;</p>
📋
CSS .selector { content: '\222AB' };
📋
JS var unicodeA = '\u222AB ';
📋
CPP char unicodeA = ' \u222AB ';
📋
Java char unicodeA = '\u222AB';
📋
Python unicodeA = '\u222AB'
📋

What is Unicode character 𢊫?

The Unicode character 𢊫 U+222AB 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+222AB.

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!