Unicode Finder

"嫽" U+5AFD(CJK UNIFIED IDEOGRAPH-5AFD)

U+5AFD
Blokk Neve
CJK Unified Ideographs
Név
CJK UNIFIED IDEOGRAPH-5AFD

Programming

C
\u5AFD
JavaScript
\u5AFD
Java
\u5AFD
Json
\u5AFD
Python
\u5AFD
Perl
\x{5AFD}
PHP
\x{5AFD}
Ruby
\u{5AFD}
Rust
\u{5AFD}
Go
\u5AFD

Web

CSS
\005AFD
HtmlDecimal
嫽
HtmlHexadecimal
嫽
Url
%E5%AB%BD

Code

MD5
c1bbe38323c53b21a479ab6ceab19a64
Sha1
74e1e905f0066d19fb31250ced3bd433e33f1c0e
Base64
5au9

Használati Példák

Programming Languages

C:

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

JavaScript:

const char = '\u5AFD';
console.log(char);  // Output: 嫽

Java:

char c = '\u5AFD';
System.out.println(c);  // Output: 嫽

JSON:

{"text": "\u5AFD"}  // Value: 嫽

Python:

char = '\u5AFD'
print(char)  # Output: 嫽

Perl:

my $char = "\x{5AFD}";
print $char;  # Output: 嫽

PHP:

$char = "\x{5AFD}";
echo $char;  // Output: 嫽

Ruby:

char = "\u{5AFD}"
puts char  # Output: 嫽

Rust:

let c = '\u{5AFD}';
println!("{}", c);  // Output: 嫽

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005AFD";  /* Display: 嫽 */
}

HTML Decimal:

<p>HTML decimal: &#23293;</p>  <!-- Display: 嫽 -->

HTML Hexadecimal:

<p>HTML hex: &#x5AFD;</p>  <!-- Display: 嫽 -->

URL Encoding:

// 嫽 URL encoding
https://unicodefinder.com/search.php?query=%E5%AB%BD

Encodings

MD5:

c1bbe38323c53b21a479ab6ceab19a64

SHA1:

74e1e905f0066d19fb31250ced3bd433e33f1c0e

Base64:

5au9