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

What is Unicode character 𢚯?

The Unicode character 𢚯 U+226AF 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+226AF.

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!