C:
char c = '\u62F4';
printf("%c\n", c); // Output: 拴
JavaScript:
const char = '\u62F4';
console.log(char); // Output: 拴
Java:
char c = '\u62F4';
System.out.println(c); // Output: 拴
JSON:
{"text": "\u62F4"} // Value: 拴
Python:
char = '\u62F4'
print(char) # Output: 拴
Perl:
my $char = "\x{62F4}";
print $char; # Output: 拴
PHP:
$char = "\x{62F4}";
echo $char; // Output: 拴
Ruby:
char = "\u{62F4}"
puts char # Output: 拴
Rust:
let c = '\u{62F4}';
println!("{}", c); // Output: 拴
Go:
char := '\u62F4'
fmt.Printf("%c\n", char) // Output: 拴
CSS:
/* CSS content property */
.element::before {
content: "\0062F4"; /* 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=%E6%8B%B4
MD5:
27418e4e1721b69af6ea7ca8de51c421
SHA1:
2b2209d5abb69fe552b83f6742b6f761648d47cb
Base64:
5ou0