C:
char c = '\u4FA6';
printf("%c\n", c); // Output: 侦
JavaScript:
const char = '\u4FA6';
console.log(char); // Output: 侦
Java:
char c = '\u4FA6';
System.out.println(c); // Output: 侦
JSON:
{"text": "\u4FA6"} // Value: 侦
Python:
char = '\u4FA6'
print(char) # Output: 侦
Perl:
my $char = "\x{4FA6}";
print $char; # Output: 侦
PHP:
$char = "\x{4FA6}";
echo $char; // Output: 侦
Ruby:
char = "\u{4FA6}"
puts char # Output: 侦
Rust:
let c = '\u{4FA6}';
println!("{}", c); // Output: 侦
Go:
char := '\u4FA6'
fmt.Printf("%c\n", char) // Output: 侦
CSS:
/* CSS content property */
.element::before {
content: "\004FA6"; /* 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=%E4%BE%A6
MD5:
b39ea36f687167fdcff52e0e4ae1a316
SHA1:
3c29197e3ad4d6f8fad30bb67676fb509ce1a4b5
Base64:
5L6m