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

What is Unicode character 𢖬?

The Unicode character 𢖬 U+225AC 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+225AC.

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!