C:
char c = '\u724F';
printf("%c\n", c); // Output: 牏
JavaScript:
const char = '\u724F';
console.log(char); // Output: 牏
Java:
char c = '\u724F';
System.out.println(c); // Output: 牏
JSON:
{"text": "\u724F"} // Value: 牏
Python:
char = '\u724F'
print(char) # Output: 牏
Perl:
my $char = "\x{724F}";
print $char; # Output: 牏
PHP:
$char = "\x{724F}";
echo $char; // Output: 牏
Ruby:
char = "\u{724F}"
puts char # Output: 牏
Rust:
let c = '\u{724F}';
println!("{}", c); // Output: 牏
Go:
char := '\u724F'
fmt.Printf("%c\n", char) // Output: 牏
CSS:
/* CSS content property */
.element::before {
content: "\00724F"; /* 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%8F
MD5:
62251339082c0b77fa259c715c5efafb
SHA1:
143d4453b7098d9121ae57e7e2498794e9a62a15
Base64:
54mP