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

What is Unicode character 𢚵?

The Unicode character 𢚵 U+226B5 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+226B5.

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!