C:
char c = '\u51FD';
printf("%c\n", c); // Output: 函
JavaScript:
const char = '\u51FD';
console.log(char); // Output: 函
Java:
char c = '\u51FD';
System.out.println(c); // Output: 函
JSON:
{"text": "\u51FD"} // Value: 函
Python:
char = '\u51FD'
print(char) # Output: 函
Perl:
my $char = "\x{51FD}";
print $char; # Output: 函
PHP:
$char = "\x{51FD}";
echo $char; // Output: 函
Ruby:
char = "\u{51FD}"
puts char # Output: 函
Rust:
let c = '\u{51FD}';
println!("{}", c); // Output: 函
Go:
char := '\u51FD'
fmt.Printf("%c\n", char) // Output: 函
CSS:
/* CSS content property */
.element::before {
content: "\0051FD"; /* 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=%E5%87%BD
MD5:
a33e4f701d0af1d18aae89b0f05494df
SHA1:
05ab62fcab983ac8fd54174a07a19844d9152049
Base64:
5Ye9