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

What is Unicode character 𢴣?

The Unicode character 𢴣 U+22D23 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+22D23.

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!