C:
char c = '\u568F';
printf("%c\n", c); // Output: 嚏
JavaScript:
const char = '\u568F';
console.log(char); // Output: 嚏
Java:
char c = '\u568F';
System.out.println(c); // Output: 嚏
JSON:
{"text": "\u568F"} // Value: 嚏
Python:
char = '\u568F'
print(char) # Output: 嚏
Perl:
my $char = "\x{568F}";
print $char; # Output: 嚏
PHP:
$char = "\x{568F}";
echo $char; // Output: 嚏
Ruby:
char = "\u{568F}"
puts char # Output: 嚏
Rust:
let c = '\u{568F}';
println!("{}", c); // Output: 嚏
Go:
char := '\u568F'
fmt.Printf("%c\n", char) // Output: 嚏
CSS:
/* CSS content property */
.element::before {
content: "\00568F"; /* 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%8F
MD5:
db25dc13414eb8666293d1b3f7126ee2
SHA1:
db9b5449523c6069cb3248a2812b9ddc423da381
Base64:
5ZqP