C:
char c = '\u9E74';
printf("%c\n", c); // Output: 鹴
JavaScript:
const char = '\u9E74';
console.log(char); // Output: 鹴
Java:
char c = '\u9E74';
System.out.println(c); // Output: 鹴
JSON:
{"text": "\u9E74"} // Value: 鹴
Python:
char = '\u9E74'
print(char) # Output: 鹴
Perl:
my $char = "\x{9E74}";
print $char; # Output: 鹴
PHP:
$char = "\x{9E74}";
echo $char; // Output: 鹴
Ruby:
char = "\u{9E74}"
puts char # Output: 鹴
Rust:
let c = '\u{9E74}';
println!("{}", c); // Output: 鹴
Go:
char := '\u9E74'
fmt.Printf("%c\n", char) // Output: 鹴
CSS:
/* CSS content property */
.element::before {
content: "\009E74"; /* 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%B9%B4
MD5:
be54377f10c90486e919deef43177c4e
SHA1:
db3f16ca98a23828cf6568711b30813d15810892
Base64:
6bm0