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