C:
char c = '\u63A5';
printf("%c\n", c); // Output: 接
JavaScript:
const char = '\u63A5';
console.log(char); // Output: 接
Java:
char c = '\u63A5';
System.out.println(c); // Output: 接
JSON:
{"text": "\u63A5"} // Value: 接
Python:
char = '\u63A5'
print(char) # Output: 接
Perl:
my $char = "\x{63A5}";
print $char; # Output: 接
PHP:
$char = "\x{63A5}";
echo $char; // Output: 接
Ruby:
char = "\u{63A5}"
puts char # Output: 接
Rust:
let c = '\u{63A5}';
println!("{}", c); // Output: 接
Go:
char := '\u63A5'
fmt.Printf("%c\n", char) // Output: 接
CSS:
/* CSS content property */
.element::before {
content: "\0063A5"; /* 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%8E%A5
MD5:
60efc0710c9772fb70279900ad66ec22
SHA1:
e3bfe44b315d2d0e6c890f03ac555501cf8d13ab
Base64:
5o6l