C:
char c = '\u7D35';
printf("%c\n", c); // Output: 紵
JavaScript:
const char = '\u7D35';
console.log(char); // Output: 紵
Java:
char c = '\u7D35';
System.out.println(c); // Output: 紵
JSON:
{"text": "\u7D35"} // Value: 紵
Python:
char = '\u7D35'
print(char) # Output: 紵
Perl:
my $char = "\x{7D35}";
print $char; # Output: 紵
PHP:
$char = "\x{7D35}";
echo $char; // Output: 紵
Ruby:
char = "\u{7D35}"
puts char # Output: 紵
Rust:
let c = '\u{7D35}';
println!("{}", c); // Output: 紵
Go:
char := '\u7D35'
fmt.Printf("%c\n", char) // Output: 紵
CSS:
/* CSS content property */
.element::before {
content: "\007D35"; /* 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=%E7%B4%B5
MD5:
495af2312617ea033fb582884430460d
SHA1:
0eccda4587d06cd29469dc4e9154799cdc241db3
Base64:
57S1