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

What is Unicode character 𣹯?

The Unicode character 𣹯 U+23E6F 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+23E6F.

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!