C:
char c = '\u9857';
printf("%c\n", c); // Output: 顗
JavaScript:
const char = '\u9857';
console.log(char); // Output: 顗
Java:
char c = '\u9857';
System.out.println(c); // Output: 顗
JSON:
{"text": "\u9857"} // Value: 顗
Python:
char = '\u9857'
print(char) # Output: 顗
Perl:
my $char = "\x{9857}";
print $char; # Output: 顗
PHP:
$char = "\x{9857}";
echo $char; // Output: 顗
Ruby:
char = "\u{9857}"
puts char # Output: 顗
Rust:
let c = '\u{9857}';
println!("{}", c); // Output: 顗
Go:
char := '\u9857'
fmt.Printf("%c\n", char) // Output: 顗
CSS:
/* CSS content property */
.element::before {
content: "\009857"; /* 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=%E9%A1%97
MD5:
c81e068f1dd598087ed0f324f4fab081
SHA1:
ee8045588f95a43e593e54dead0c26effef688cd
Base64:
6aGX