C:
char c = '\u8057';
printf("%c\n", c); // Output: 聗
JavaScript:
const char = '\u8057';
console.log(char); // Output: 聗
Java:
char c = '\u8057';
System.out.println(c); // Output: 聗
JSON:
{"text": "\u8057"} // Value: 聗
Python:
char = '\u8057'
print(char) # Output: 聗
Perl:
my $char = "\x{8057}";
print $char; # Output: 聗
PHP:
$char = "\x{8057}";
echo $char; // Output: 聗
Ruby:
char = "\u{8057}"
puts char # Output: 聗
Rust:
let c = '\u{8057}';
println!("{}", c); // Output: 聗
Go:
char := '\u8057'
fmt.Printf("%c\n", char) // Output: 聗
CSS:
/* CSS content property */
.element::before {
content: "\008057"; /* 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=%E8%81%97
MD5:
f363c97fc953fcbda2c39a692dad62d2
SHA1:
add036485b5422727c93c1a45c155f2b8e2f899a
Base64:
6IGX