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

What is Unicode character 𢚫?

The Unicode character 𢚫 U+226AB 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+226AB.

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!