C:
char c = '\u652F';
printf("%c\n", c); // Output: 支
JavaScript:
const char = '\u652F';
console.log(char); // Output: 支
Java:
char c = '\u652F';
System.out.println(c); // Output: 支
JSON:
{"text": "\u652F"} // Value: 支
Python:
char = '\u652F'
print(char) # Output: 支
Perl:
my $char = "\x{652F}";
print $char; # Output: 支
PHP:
$char = "\x{652F}";
echo $char; // Output: 支
Ruby:
char = "\u{652F}"
puts char # Output: 支
Rust:
let c = '\u{652F}';
println!("{}", c); // Output: 支
Go:
char := '\u652F'
fmt.Printf("%c\n", char) // Output: 支
CSS:
/* CSS content property */
.element::before {
content: "\00652F"; /* 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%94%AF
MD5:
3e8ecac2d9775b0604dd197a441dda3e
SHA1:
18d2086d6a025e038acbb02c6cf3cc5edad3ccb0
Base64:
5pSv