C:
char c = '\u674C';
printf("%c\n", c); // Output: 杌
JavaScript:
const char = '\u674C';
console.log(char); // Output: 杌
Java:
char c = '\u674C';
System.out.println(c); // Output: 杌
JSON:
{"text": "\u674C"} // Value: 杌
Python:
char = '\u674C'
print(char) # Output: 杌
Perl:
my $char = "\x{674C}";
print $char; # Output: 杌
PHP:
$char = "\x{674C}";
echo $char; // Output: 杌
Ruby:
char = "\u{674C}"
puts char # Output: 杌
Rust:
let c = '\u{674C}';
println!("{}", c); // Output: 杌
Go:
char := '\u674C'
fmt.Printf("%c\n", char) // Output: 杌
CSS:
/* CSS content property */
.element::before {
content: "\00674C"; /* 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=%E6%9D%8C
MD5:
7f2a63928e84288e3c22888ea9577177
SHA1:
51f35b49d7c2028e2effb314db099f2c0da5c5c3
Base64:
5p2M