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