C:
char c = '\u3084';
printf("%c\n", c); // Output: や
JavaScript:
const char = '\u3084';
console.log(char); // Output: や
Java:
char c = '\u3084';
System.out.println(c); // Output: や
JSON:
{"text": "\u3084"} // Value: や
Python:
char = '\u3084'
print(char) # Output: や
Perl:
my $char = "\x{3084}";
print $char; # Output: や
PHP:
$char = "\x{3084}";
echo $char; // Output: や
Ruby:
char = "\u{3084}"
puts char # Output: や
Rust:
let c = '\u{3084}';
println!("{}", c); // Output: や
Go:
char := '\u3084'
fmt.Printf("%c\n", char) // Output: や
CSS:
/* CSS content property */
.element::before {
content: "\003084"; /* 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=%E3%82%84
MD5:
3cb21c442c12ac4e680b9b6ec1935ae2
SHA1:
bdab1b17397deeba5e4389115c681d8f67280d27
Base64:
44KE