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