C:
char c = '\u9034';
printf("%c\n", c); // Output: 逴
JavaScript:
const char = '\u9034';
console.log(char); // Output: 逴
Java:
char c = '\u9034';
System.out.println(c); // Output: 逴
JSON:
{"text": "\u9034"} // Value: 逴
Python:
char = '\u9034'
print(char) # Output: 逴
Perl:
my $char = "\x{9034}";
print $char; # Output: 逴
PHP:
$char = "\x{9034}";
echo $char; // Output: 逴
Ruby:
char = "\u{9034}"
puts char # Output: 逴
Rust:
let c = '\u{9034}';
println!("{}", c); // Output: 逴
Go:
char := '\u9034'
fmt.Printf("%c\n", char) // Output: 逴
CSS:
/* CSS content property */
.element::before {
content: "\009034"; /* 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%80%B4
MD5:
8a355dcc8176b5cbcc8c856a0cf4d245
SHA1:
ebdf59e96cae5fdb5dd32afde6725827b88301ab
Base64:
6YC0