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>&#145058;</p>
📋
CSS .selector { content: '\236A2' };
📋
JS var unicodeA = '\u236A2 ';
📋
CPP char unicodeA = ' \u236A2 ';
📋
Java char unicodeA = '\u236A2';
📋
Python unicodeA = '\u236A2'
📋

What is Unicode character 𣚢?

The Unicode character 𣚢 U+236A2 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+236A2.

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!