C:
char c = '\u5677';
printf("%c\n", c); // Output: 噷
JavaScript:
const char = '\u5677';
console.log(char); // Output: 噷
Java:
char c = '\u5677';
System.out.println(c); // Output: 噷
JSON:
{"text": "\u5677"} // Value: 噷
Python:
char = '\u5677'
print(char) # Output: 噷
Perl:
my $char = "\x{5677}";
print $char; # Output: 噷
PHP:
$char = "\x{5677}";
echo $char; // Output: 噷
Ruby:
char = "\u{5677}"
puts char # Output: 噷
Rust:
let c = '\u{5677}';
println!("{}", c); // Output: 噷
Go:
char := '\u5677'
fmt.Printf("%c\n", char) // Output: 噷
CSS:
/* CSS content property */
.element::before {
content: "\005677"; /* 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%B7
MD5:
d79a5cf25f8e1c146e82f2eab40dbd75
SHA1:
04262744f7820caaa42e1788269b3f0fbc8e48dd
Base64:
5Zm3