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

What is Unicode character 𢖸?

The Unicode character 𢖸 U+225B8 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+225B8.

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!