Unicode Finder

"娵" U+5A35(CJK UNIFIED IDEOGRAPH-5A35)

U+5A35
Nume Bloc
CJK Unified Ideographs
Nume
CJK UNIFIED IDEOGRAPH-5A35

Programming

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

Web

CSS
\005A35
HtmlDecimal
娵
HtmlHexadecimal
娵
Url
%E5%A8%B5

Code

MD5
39124de466ef551c8a7580663e0f0a1e
Sha1
d2c346fcca972edf4bc8176ba76f22e9ebd3f2b6
Base64
5ai1

Exemple de Utilizare

Programming Languages

C:

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

JavaScript:

const char = '\u5A35';
console.log(char);  // Output: 娵

Java:

char c = '\u5A35';
System.out.println(c);  // Output: 娵

JSON:

{"text": "\u5A35"}  // Value: 娵

Python:

char = '\u5A35'
print(char)  # Output: 娵

Perl:

my $char = "\x{5A35}";
print $char;  # Output: 娵

PHP:

$char = "\x{5A35}";
echo $char;  // Output: 娵

Ruby:

char = "\u{5A35}"
puts char  # Output: 娵

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#23093;</p>  <!-- Display: 娵 -->

HTML Hexadecimal:

<p>HTML hex: &#x5A35;</p>  <!-- Display: 娵 -->

URL Encoding:

// 娵 URL encoding
https://unicodefinder.com/search.php?query=%E5%A8%B5

Encodings

MD5:

39124de466ef551c8a7580663e0f0a1e

SHA1:

d2c346fcca972edf4bc8176ba76f22e9ebd3f2b6

Base64:

5ai1