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

What is Unicode character 𢖨?

The Unicode character 𢖨 U+225A8 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+225A8.

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!