C:
char c = '\u8535';
printf("%c\n", c); // Output: 蔵
JavaScript:
const char = '\u8535';
console.log(char); // Output: 蔵
Java:
char c = '\u8535';
System.out.println(c); // Output: 蔵
JSON:
{"text": "\u8535"} // Value: 蔵
Python:
char = '\u8535'
print(char) # Output: 蔵
Perl:
my $char = "\x{8535}";
print $char; # Output: 蔵
PHP:
$char = "\x{8535}";
echo $char; // Output: 蔵
Ruby:
char = "\u{8535}"
puts char # Output: 蔵
Rust:
let c = '\u{8535}';
println!("{}", c); // Output: 蔵
Go:
char := '\u8535'
fmt.Printf("%c\n", char) // Output: 蔵
CSS:
/* CSS content property */
.element::before {
content: "\008535"; /* 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=%E8%94%B5
MD5:
9bf948d37ca3f8923aee4c068918c108
SHA1:
03dba44cfa995a44a133515cfff3364816fcca49
Base64:
6JS1