C:
char c = '\u6075';
printf("%c\n", c); // Output: 恵
JavaScript:
const char = '\u6075';
console.log(char); // Output: 恵
Java:
char c = '\u6075';
System.out.println(c); // Output: 恵
JSON:
{"text": "\u6075"} // Value: 恵
Python:
char = '\u6075'
print(char) # Output: 恵
Perl:
my $char = "\x{6075}";
print $char; # Output: 恵
PHP:
$char = "\x{6075}";
echo $char; // Output: 恵
Ruby:
char = "\u{6075}"
puts char # Output: 恵
Rust:
let c = '\u{6075}';
println!("{}", c); // Output: 恵
Go:
char := '\u6075'
fmt.Printf("%c\n", char) // Output: 恵
CSS:
/* CSS content property */
.element::before {
content: "\006075"; /* 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%81%B5
MD5:
3c6685d7dbae855e54b4537026456391
SHA1:
420fdf7f36b99efbfd66273feaf012c5246fc173
Base64:
5oG1