C:
char c = '\u57B7';
printf("%c\n", c); // Output: 垷
JavaScript:
const char = '\u57B7';
console.log(char); // Output: 垷
Java:
char c = '\u57B7';
System.out.println(c); // Output: 垷
JSON:
{"text": "\u57B7"} // Value: 垷
Python:
char = '\u57B7'
print(char) # Output: 垷
Perl:
my $char = "\x{57B7}";
print $char; # Output: 垷
PHP:
$char = "\x{57B7}";
echo $char; // Output: 垷
Ruby:
char = "\u{57B7}"
puts char # Output: 垷
Rust:
let c = '\u{57B7}';
println!("{}", c); // Output: 垷
Go:
char := '\u57B7'
fmt.Printf("%c\n", char) // Output: 垷
CSS:
/* CSS content property */
.element::before {
content: "\0057B7"; /* Display: 垷 */
}
HTML Decimal:
<p>HTML decimal: 垷</p> <!-- Display: 垷 -->
HTML Hexadecimal:
<p>HTML hex: 垷</p> <!-- Display: 垷 -->
URL Encoding:
// 垷 URL encoding
https://unicodefinder.com/search.php?query=%E5%9E%B7
MD5:
3a7256d27ca0dd421fd173b825b1f4d5
SHA1:
416b2af5b7097a1a572c3d9ff5c3174dcb690fa9
Base64:
5Z63