Unicode Finder

"嚜" U+569C(CJK UNIFIED IDEOGRAPH-569C)

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

Programming

C
\u569C
JavaScript
\u569C
Java
\u569C
Json
\u569C
Python
\u569C
Perl
\x{569C}
PHP
\x{569C}
Ruby
\u{569C}
Rust
\u{569C}
Go
\u569C

Web

CSS
\00569C
HtmlDecimal
嚜
HtmlHexadecimal
嚜
Url
%E5%9A%9C

Code

MD5
23fba202713297357bf1ec11821643c7
Sha1
72f40c47a77a82c952ffbad0f66f18e669c0fd39
Base64
5Zqc

Exemples d'Utilisation

Programming Languages

C:

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

JavaScript:

const char = '\u569C';
console.log(char);  // Output: 嚜

Java:

char c = '\u569C';
System.out.println(c);  // Output: 嚜

JSON:

{"text": "\u569C"}  // Value: 嚜

Python:

char = '\u569C'
print(char)  # Output: 嚜

Perl:

my $char = "\x{569C}";
print $char;  # Output: 嚜

PHP:

$char = "\x{569C}";
echo $char;  // Output: 嚜

Ruby:

char = "\u{569C}"
puts char  # Output: 嚜

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#22172;</p>  <!-- Display: 嚜 -->

HTML Hexadecimal:

<p>HTML hex: &#x569C;</p>  <!-- Display: 嚜 -->

URL Encoding:

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

Encodings

MD5:

23fba202713297357bf1ec11821643c7

SHA1:

72f40c47a77a82c952ffbad0f66f18e669c0fd39

Base64:

5Zqc