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