C:
char c = '\u566E';
printf("%c\n", c); // Output: 噮
JavaScript:
const char = '\u566E';
console.log(char); // Output: 噮
Java:
char c = '\u566E';
System.out.println(c); // Output: 噮
JSON:
{"text": "\u566E"} // Value: 噮
Python:
char = '\u566E'
print(char) # Output: 噮
Perl:
my $char = "\x{566E}";
print $char; # Output: 噮
PHP:
$char = "\x{566E}";
echo $char; // Output: 噮
Ruby:
char = "\u{566E}"
puts char # Output: 噮
Rust:
let c = '\u{566E}';
println!("{}", c); // Output: 噮
Go:
char := '\u566E'
fmt.Printf("%c\n", char) // Output: 噮
CSS:
/* CSS content property */
.element::before {
content: "\00566E"; /* 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%AE
MD5:
bf7ce1a7a0264eb2cc7122293e08e521
SHA1:
7e0451eca6ee2f14241ee5c96db88d1ca7f19e04
Base64:
5Zmu