C:
char c = '\u51F6';
printf("%c\n", c); // Output: 凶
JavaScript:
const char = '\u51F6';
console.log(char); // Output: 凶
Java:
char c = '\u51F6';
System.out.println(c); // Output: 凶
JSON:
{"text": "\u51F6"} // Value: 凶
Python:
char = '\u51F6'
print(char) # Output: 凶
Perl:
my $char = "\x{51F6}";
print $char; # Output: 凶
PHP:
$char = "\x{51F6}";
echo $char; // Output: 凶
Ruby:
char = "\u{51F6}"
puts char # Output: 凶
Rust:
let c = '\u{51F6}';
println!("{}", c); // Output: 凶
Go:
char := '\u51F6'
fmt.Printf("%c\n", char) // Output: 凶
CSS:
/* CSS content property */
.element::before {
content: "\0051F6"; /* 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%87%B6
MD5:
dd71da75e5e17d1b144ac776e67c7ed1
SHA1:
08a9d71006bfce4504a41cb6c2605fcee98c327e
Base64:
5Ye2