C:
char c = '\u72B4';
printf("%c\n", c); // Output: 犴
JavaScript:
const char = '\u72B4';
console.log(char); // Output: 犴
Java:
char c = '\u72B4';
System.out.println(c); // Output: 犴
JSON:
{"text": "\u72B4"} // Value: 犴
Python:
char = '\u72B4'
print(char) # Output: 犴
Perl:
my $char = "\x{72B4}";
print $char; # Output: 犴
PHP:
$char = "\x{72B4}";
echo $char; // Output: 犴
Ruby:
char = "\u{72B4}"
puts char # Output: 犴
Rust:
let c = '\u{72B4}';
println!("{}", c); // Output: 犴
Go:
char := '\u72B4'
fmt.Printf("%c\n", char) // Output: 犴
CSS:
/* CSS content property */
.element::before {
content: "\0072B4"; /* 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%B4
MD5:
2ffc0b605ee109178003589c6fd613a1
SHA1:
9f10f493b0976b74c4908f2edd6276b881ba6365
Base64:
54q0