C:
char c = '\u7675';
printf("%c\n", c); // Output: 癵
JavaScript:
const char = '\u7675';
console.log(char); // Output: 癵
Java:
char c = '\u7675';
System.out.println(c); // Output: 癵
JSON:
{"text": "\u7675"} // Value: 癵
Python:
char = '\u7675'
print(char) # Output: 癵
Perl:
my $char = "\x{7675}";
print $char; # Output: 癵
PHP:
$char = "\x{7675}";
echo $char; // Output: 癵
Ruby:
char = "\u{7675}"
puts char # Output: 癵
Rust:
let c = '\u{7675}';
println!("{}", c); // Output: 癵
Go:
char := '\u7675'
fmt.Printf("%c\n", char) // Output: 癵
CSS:
/* CSS content property */
.element::before {
content: "\007675"; /* 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%99%B5
MD5:
9685ff270a00f466a6488403d0755a78
SHA1:
74cee1c15bfa2cf554722ff240a174f2102f0479
Base64:
55m1