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