C:
char c = '\u56BE';
printf("%c\n", c); // Output: 嚾
JavaScript:
const char = '\u56BE';
console.log(char); // Output: 嚾
Java:
char c = '\u56BE';
System.out.println(c); // Output: 嚾
JSON:
{"text": "\u56BE"} // Value: 嚾
Python:
char = '\u56BE'
print(char) # Output: 嚾
Perl:
my $char = "\x{56BE}";
print $char; # Output: 嚾
PHP:
$char = "\x{56BE}";
echo $char; // Output: 嚾
Ruby:
char = "\u{56BE}"
puts char # Output: 嚾
Rust:
let c = '\u{56BE}';
println!("{}", c); // Output: 嚾
Go:
char := '\u56BE'
fmt.Printf("%c\n", char) // Output: 嚾
CSS:
/* CSS content property */
.element::before {
content: "\0056BE"; /* 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%9A%BE
MD5:
283f8a9e0504d0d80b4fd2526f03d73e
SHA1:
1e71faa145fea1f5c4f3e5ba899c195f892ccb74
Base64:
5Zq+