C:
char c = '\u5BFB';
printf("%c\n", c); // Output: 寻
JavaScript:
const char = '\u5BFB';
console.log(char); // Output: 寻
Java:
char c = '\u5BFB';
System.out.println(c); // Output: 寻
JSON:
{"text": "\u5BFB"} // Value: 寻
Python:
char = '\u5BFB'
print(char) # Output: 寻
Perl:
my $char = "\x{5BFB}";
print $char; # Output: 寻
PHP:
$char = "\x{5BFB}";
echo $char; // Output: 寻
Ruby:
char = "\u{5BFB}"
puts char # Output: 寻
Rust:
let c = '\u{5BFB}';
println!("{}", c); // Output: 寻
Go:
char := '\u5BFB'
fmt.Printf("%c\n", char) // Output: 寻
CSS:
/* CSS content property */
.element::before {
content: "\005BFB"; /* 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%AF%BB
MD5:
4b8cd9323b784dcd81cf0c5d1d902cc1
SHA1:
daff35d683285c2d3c5c5aac87febb1d5ee4e5d7
Base64:
5a+7