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

What is Unicode character 𣹧?

The Unicode character 𣹧 U+23E67 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+23E67.

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!