Unicode Finder

"嚌" U+568C(CJK UNIFIED IDEOGRAPH-568C)

U+568C
Nom du Bloc
CJK Unified Ideographs
Nom
CJK UNIFIED IDEOGRAPH-568C

Programming

C
\u568C
JavaScript
\u568C
Java
\u568C
Json
\u568C
Python
\u568C
Perl
\x{568C}
PHP
\x{568C}
Ruby
\u{568C}
Rust
\u{568C}
Go
\u568C

Web

CSS
\00568C
HtmlDecimal
嚌
HtmlHexadecimal
嚌
Url
%E5%9A%8C

Code

MD5
7d987586e2a2cad98571583811512f11
Sha1
f120003f2fc47486956b5afae54c5abf9728ee3e
Base64
5ZqM

Exemples d'Utilisation

Programming Languages

C:

char c = '\u568C';
printf("%c\n", c);  // Output: 嚌

JavaScript:

const char = '\u568C';
console.log(char);  // Output: 嚌

Java:

char c = '\u568C';
System.out.println(c);  // Output: 嚌

JSON:

{"text": "\u568C"}  // Value: 嚌

Python:

char = '\u568C'
print(char)  # Output: 嚌

Perl:

my $char = "\x{568C}";
print $char;  # Output: 嚌

PHP:

$char = "\x{568C}";
echo $char;  // Output: 嚌

Ruby:

char = "\u{568C}"
puts char  # Output: 嚌

Rust:

let c = '\u{568C}';
println!("{}", c);  // Output: 嚌

Go:

char := '\u568C'
fmt.Printf("%c\n", char)  // Output: 嚌

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00568C";  /* Display: 嚌 */
}

HTML Decimal:

<p>HTML decimal: &#22156;</p>  <!-- Display: 嚌 -->

HTML Hexadecimal:

<p>HTML hex: &#x568C;</p>  <!-- Display: 嚌 -->

URL Encoding:

// 嚌 URL encoding
https://unicodefinder.com/search.php?query=%E5%9A%8C

Encodings

MD5:

7d987586e2a2cad98571583811512f11

SHA1:

f120003f2fc47486956b5afae54c5abf9728ee3e

Base64:

5ZqM