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

What is Unicode character 𢚹?

The Unicode character 𢚹 U+226B9 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+226B9.

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!