C:
char c = '\u730A';
printf("%c\n", c); // Output: 猊
JavaScript:
const char = '\u730A';
console.log(char); // Output: 猊
Java:
char c = '\u730A';
System.out.println(c); // Output: 猊
JSON:
{"text": "\u730A"} // Value: 猊
Python:
char = '\u730A'
print(char) # Output: 猊
Perl:
my $char = "\x{730A}";
print $char; # Output: 猊
PHP:
$char = "\x{730A}";
echo $char; // Output: 猊
Ruby:
char = "\u{730A}"
puts char # Output: 猊
Rust:
let c = '\u{730A}';
println!("{}", c); // Output: 猊
Go:
char := '\u730A'
fmt.Printf("%c\n", char) // Output: 猊
CSS:
/* CSS content property */
.element::before {
content: "\00730A"; /* 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=%E7%8C%8A
MD5:
547fecebce679d1e9b99612b4fe36cf0
SHA1:
7a68f2f6bc18823f6dcbdac4da2b493432146ce1
Base64:
54yK