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