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

What is Unicode character 𣙹?

The Unicode character 𣙹 U+23679 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+23679.

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!