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>&#164515;</p>
📋
CSS .selector { content: '\282A3' };
📋
JS var unicodeA = '\u282A3 ';
📋
CPP char unicodeA = ' \u282A3 ';
📋
Java char unicodeA = '\u282A3';
📋
Python unicodeA = '\u282A3'
📋

What is Unicode character 𨊣?

The Unicode character 𨊣 U+282A3 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+282A3.

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!