C:
char c = '\u586B';
printf("%c\n", c); // Output: 填
JavaScript:
const char = '\u586B';
console.log(char); // Output: 填
Java:
char c = '\u586B';
System.out.println(c); // Output: 填
JSON:
{"text": "\u586B"} // Value: 填
Python:
char = '\u586B'
print(char) # Output: 填
Perl:
my $char = "\x{586B}";
print $char; # Output: 填
PHP:
$char = "\x{586B}";
echo $char; // Output: 填
Ruby:
char = "\u{586B}"
puts char # Output: 填
Rust:
let c = '\u{586B}';
println!("{}", c); // Output: 填
Go:
char := '\u586B'
fmt.Printf("%c\n", char) // Output: 填
CSS:
/* CSS content property */
.element::before {
content: "\00586B"; /* 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%A1%AB
MD5:
8f480da76ef6c057de2aa9e822edfdf5
SHA1:
06104647d7933c3ede4cfec876e6409e0c9addc5
Base64:
5aGr