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>&#142313;</p>
📋
CSS .selector { content: '\22BE9' };
📋
JS var unicodeA = '\u22BE9 ';
📋
CPP char unicodeA = ' \u22BE9 ';
📋
Java char unicodeA = '\u22BE9';
📋
Python unicodeA = '\u22BE9'
📋

What is Unicode character 𢯩?

The Unicode character 𢯩 U+22BE9 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+22BE9.

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!