C:
char c = '\u6762';
printf("%c\n", c); // Output: 杢
JavaScript:
const char = '\u6762';
console.log(char); // Output: 杢
Java:
char c = '\u6762';
System.out.println(c); // Output: 杢
JSON:
{"text": "\u6762"} // Value: 杢
Python:
char = '\u6762'
print(char) # Output: 杢
Perl:
my $char = "\x{6762}";
print $char; # Output: 杢
PHP:
$char = "\x{6762}";
echo $char; // Output: 杢
Ruby:
char = "\u{6762}"
puts char # Output: 杢
Rust:
let c = '\u{6762}';
println!("{}", c); // Output: 杢
Go:
char := '\u6762'
fmt.Printf("%c\n", char) // Output: 杢
CSS:
/* CSS content property */
.element::before {
content: "\006762"; /* 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%A2
MD5:
a50ea42a610ebc19c978f2ab32a6b6d5
SHA1:
93808cc5face3ae7156a48cb1a5629a8a4399a9c
Base64:
5p2i