C:
char c = '\u6779';
printf("%c\n", c); // Output: 杹
JavaScript:
const char = '\u6779';
console.log(char); // Output: 杹
Java:
char c = '\u6779';
System.out.println(c); // Output: 杹
JSON:
{"text": "\u6779"} // Value: 杹
Python:
char = '\u6779'
print(char) # Output: 杹
Perl:
my $char = "\x{6779}";
print $char; # Output: 杹
PHP:
$char = "\x{6779}";
echo $char; // Output: 杹
Ruby:
char = "\u{6779}"
puts char # Output: 杹
Rust:
let c = '\u{6779}';
println!("{}", c); // Output: 杹
Go:
char := '\u6779'
fmt.Printf("%c\n", char) // Output: 杹
CSS:
/* CSS content property */
.element::before {
content: "\006779"; /* 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%B9
MD5:
37ec12e43c2995c64fff3e1911826f50
SHA1:
3e8bc6ad1ddf8eb14cd6673fb27ef414ddced948
Base64:
5p25