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

What is Unicode character 𢚨?

The Unicode character 𢚨 U+226A8 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+226A8.

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!