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

What is Unicode character 𢼭?

The Unicode character 𢼭 U+22F2D 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+22F2D.

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!