C:
char c = '\u981B';
printf("%c\n", c); // Output: 頛
JavaScript:
const char = '\u981B';
console.log(char); // Output: 頛
Java:
char c = '\u981B';
System.out.println(c); // Output: 頛
JSON:
{"text": "\u981B"} // Value: 頛
Python:
char = '\u981B'
print(char) # Output: 頛
Perl:
my $char = "\x{981B}";
print $char; # Output: 頛
PHP:
$char = "\x{981B}";
echo $char; // Output: 頛
Ruby:
char = "\u{981B}"
puts char # Output: 頛
Rust:
let c = '\u{981B}';
println!("{}", c); // Output: 頛
Go:
char := '\u981B'
fmt.Printf("%c\n", char) // Output: 頛
CSS:
/* CSS content property */
.element::before {
content: "\00981B"; /* 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%9B
MD5:
2dea34d4fa9e71532f64dfc450349c8c
SHA1:
5bf97a4c56038b526acd17b90816526022d7870d
Base64:
6aCb