C:
char c = '\u806D';
printf("%c\n", c); // Output: 聭
JavaScript:
const char = '\u806D';
console.log(char); // Output: 聭
Java:
char c = '\u806D';
System.out.println(c); // Output: 聭
JSON:
{"text": "\u806D"} // Value: 聭
Python:
char = '\u806D'
print(char) # Output: 聭
Perl:
my $char = "\x{806D}";
print $char; # Output: 聭
PHP:
$char = "\x{806D}";
echo $char; // Output: 聭
Ruby:
char = "\u{806D}"
puts char # Output: 聭
Rust:
let c = '\u{806D}';
println!("{}", c); // Output: 聭
Go:
char := '\u806D'
fmt.Printf("%c\n", char) // Output: 聭
CSS:
/* CSS content property */
.element::before {
content: "\00806D"; /* 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%AD
MD5:
8702819e3b0266e0bb7dad93046b7b35
SHA1:
183a0c26e6dc7b71c85d0966e6787c8def7752a0
Base64:
6IGt