C:
char c = '\u91C8';
printf("%c\n", c); // Output: 釈
JavaScript:
const char = '\u91C8';
console.log(char); // Output: 釈
Java:
char c = '\u91C8';
System.out.println(c); // Output: 釈
JSON:
{"text": "\u91C8"} // Value: 釈
Python:
char = '\u91C8'
print(char) # Output: 釈
Perl:
my $char = "\x{91C8}";
print $char; # Output: 釈
PHP:
$char = "\x{91C8}";
echo $char; // Output: 釈
Ruby:
char = "\u{91C8}"
puts char # Output: 釈
Rust:
let c = '\u{91C8}';
println!("{}", c); // Output: 釈
Go:
char := '\u91C8'
fmt.Printf("%c\n", char) // Output: 釈
CSS:
/* CSS content property */
.element::before {
content: "\0091C8"; /* 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=%E9%87%88
MD5:
219131edf6715f5c8dc10b410002b8c9
SHA1:
820d21b6a10538fa5eb8081cdcfa8919e825f6cf
Base64:
6YeI