C:
char c = '\u6199';
printf("%c\n", c); // Output: 憙
JavaScript:
const char = '\u6199';
console.log(char); // Output: 憙
Java:
char c = '\u6199';
System.out.println(c); // Output: 憙
JSON:
{"text": "\u6199"} // Value: 憙
Python:
char = '\u6199'
print(char) # Output: 憙
Perl:
my $char = "\x{6199}";
print $char; # Output: 憙
PHP:
$char = "\x{6199}";
echo $char; // Output: 憙
Ruby:
char = "\u{6199}"
puts char # Output: 憙
Rust:
let c = '\u{6199}';
println!("{}", c); // Output: 憙
Go:
char := '\u6199'
fmt.Printf("%c\n", char) // Output: 憙
CSS:
/* CSS content property */
.element::before {
content: "\006199"; /* 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%86%99
MD5:
1b42d86c53f12e7ce6c4adc0cdedd4ee
SHA1:
b29ecd9c705297812a2b05c6b13658c4cfc0b9a7
Base64:
5oaZ