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

What is Unicode character 𢼣?

The Unicode character 𢼣 U+22F23 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+22F23.

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!