C:
char c = '\u980A';
printf("%c\n", c); // Output: 頊
JavaScript:
const char = '\u980A';
console.log(char); // Output: 頊
Java:
char c = '\u980A';
System.out.println(c); // Output: 頊
JSON:
{"text": "\u980A"} // Value: 頊
Python:
char = '\u980A'
print(char) # Output: 頊
Perl:
my $char = "\x{980A}";
print $char; # Output: 頊
PHP:
$char = "\x{980A}";
echo $char; // Output: 頊
Ruby:
char = "\u{980A}"
puts char # Output: 頊
Rust:
let c = '\u{980A}';
println!("{}", c); // Output: 頊
Go:
char := '\u980A'
fmt.Printf("%c\n", char) // Output: 頊
CSS:
/* CSS content property */
.element::before {
content: "\00980A"; /* 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%A0%8A
MD5:
1f7ea5660571d14f8b82b09409e41bc6
SHA1:
ea37ec69882313288644a0df2c807ce6c9431889
Base64:
6aCK