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

What is Unicode character 𦞛?

The Unicode character 𦞛 U+2679B 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+2679B.

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!