C:
char c = '\u563A';
printf("%c\n", c); // Output: 嘺
JavaScript:
const char = '\u563A';
console.log(char); // Output: 嘺
Java:
char c = '\u563A';
System.out.println(c); // Output: 嘺
JSON:
{"text": "\u563A"} // Value: 嘺
Python:
char = '\u563A'
print(char) # Output: 嘺
Perl:
my $char = "\x{563A}";
print $char; # Output: 嘺
PHP:
$char = "\x{563A}";
echo $char; // Output: 嘺
Ruby:
char = "\u{563A}"
puts char # Output: 嘺
Rust:
let c = '\u{563A}';
println!("{}", c); // Output: 嘺
Go:
char := '\u563A'
fmt.Printf("%c\n", char) // Output: 嘺
CSS:
/* CSS content property */
.element::before {
content: "\00563A"; /* 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%98%BA
MD5:
a62fb0c131048ed54e7971a154cfbaf6
SHA1:
6ed2c97372f9884ecf9a6503bd6d2c534d1dbd00
Base64:
5Zi6