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