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

What is Unicode character 𣰖?

The Unicode character 𣰖 U+23C16 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+23C16.

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!