C:
char c = '\u562C';
printf("%c\n", c); // Output: 嘬
JavaScript:
const char = '\u562C';
console.log(char); // Output: 嘬
Java:
char c = '\u562C';
System.out.println(c); // Output: 嘬
JSON:
{"text": "\u562C"} // Value: 嘬
Python:
char = '\u562C'
print(char) # Output: 嘬
Perl:
my $char = "\x{562C}";
print $char; # Output: 嘬
PHP:
$char = "\x{562C}";
echo $char; // Output: 嘬
Ruby:
char = "\u{562C}"
puts char # Output: 嘬
Rust:
let c = '\u{562C}';
println!("{}", c); // Output: 嘬
Go:
char := '\u562C'
fmt.Printf("%c\n", char) // Output: 嘬
CSS:
/* CSS content property */
.element::before {
content: "\00562C"; /* 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%AC
MD5:
60dece05dfda363247efc4d031e81b40
SHA1:
4077f30aa8916a3a6708a70a530a3e0ac751a279
Base64:
5Zis