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>&#140726;</p>
📋
CSS .selector { content: '\225B6' };
📋
JS var unicodeA = '\u225B6 ';
📋
CPP char unicodeA = ' \u225B6 ';
📋
Java char unicodeA = '\u225B6';
📋
Python unicodeA = '\u225B6'
📋

What is Unicode character 𢖶?

The Unicode character 𢖶 U+225B6 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+225B6.

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!