C:
char c = '\u57BE';
printf("%c\n", c); // Output: 垾
JavaScript:
const char = '\u57BE';
console.log(char); // Output: 垾
Java:
char c = '\u57BE';
System.out.println(c); // Output: 垾
JSON:
{"text": "\u57BE"} // Value: 垾
Python:
char = '\u57BE'
print(char) # Output: 垾
Perl:
my $char = "\x{57BE}";
print $char; # Output: 垾
PHP:
$char = "\x{57BE}";
echo $char; // Output: 垾
Ruby:
char = "\u{57BE}"
puts char # Output: 垾
Rust:
let c = '\u{57BE}';
println!("{}", c); // Output: 垾
Go:
char := '\u57BE'
fmt.Printf("%c\n", char) // Output: 垾
CSS:
/* CSS content property */
.element::before {
content: "\0057BE"; /* 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%BE
MD5:
3274534b7f4de6812a5afa14cf11034c
SHA1:
87e32aa1f732a2190e1aae5bd0f12874cdac2b67
Base64:
5Z6+