C:
char c = '\u7CF5';
printf("%c\n", c); // Output: 糵
JavaScript:
const char = '\u7CF5';
console.log(char); // Output: 糵
Java:
char c = '\u7CF5';
System.out.println(c); // Output: 糵
JSON:
{"text": "\u7CF5"} // Value: 糵
Python:
char = '\u7CF5'
print(char) # Output: 糵
Perl:
my $char = "\x{7CF5}";
print $char; # Output: 糵
PHP:
$char = "\x{7CF5}";
echo $char; // Output: 糵
Ruby:
char = "\u{7CF5}"
puts char # Output: 糵
Rust:
let c = '\u{7CF5}';
println!("{}", c); // Output: 糵
Go:
char := '\u7CF5'
fmt.Printf("%c\n", char) // Output: 糵
CSS:
/* CSS content property */
.element::before {
content: "\007CF5"; /* 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=%E7%B3%B5
MD5:
d080ce3981d1d993b8065ff168662b60
SHA1:
a013955edf6764776b8b4e696bd169eea95979be
Base64:
57O1