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>&#145967;</p>
📋
CSS .selector { content: '\23A2F' };
📋
JS var unicodeA = '\u23A2F ';
📋
CPP char unicodeA = ' \u23A2F ';
📋
Java char unicodeA = '\u23A2F';
📋
Python unicodeA = '\u23A2F'
📋

What is Unicode character 𣨯?

The Unicode character 𣨯 U+23A2F 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+23A2F.

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!