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