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

What is Unicode character 𢖹?

The Unicode character 𢖹 U+225B9 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+225B9.

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!