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

What is Unicode character 𢚧?

The Unicode character 𢚧 U+226A7 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+226A7.

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!