C:
char c = '\u727D';
printf("%c\n", c); // Output: 牽
JavaScript:
const char = '\u727D';
console.log(char); // Output: 牽
Java:
char c = '\u727D';
System.out.println(c); // Output: 牽
JSON:
{"text": "\u727D"} // Value: 牽
Python:
char = '\u727D'
print(char) # Output: 牽
Perl:
my $char = "\x{727D}";
print $char; # Output: 牽
PHP:
$char = "\x{727D}";
echo $char; // Output: 牽
Ruby:
char = "\u{727D}"
puts char # Output: 牽
Rust:
let c = '\u{727D}';
println!("{}", c); // Output: 牽
Go:
char := '\u727D'
fmt.Printf("%c\n", char) // Output: 牽
CSS:
/* CSS content property */
.element::before {
content: "\00727D"; /* 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%BD
MD5:
02c4d2142993bda6f212227da6f4e332
SHA1:
df3b8828ec5e71c0752071543d117026f963cee5
Base64:
54m9