C:
char c = '\u8EB9';
printf("%c\n", c); // Output: 躹
JavaScript:
const char = '\u8EB9';
console.log(char); // Output: 躹
Java:
char c = '\u8EB9';
System.out.println(c); // Output: 躹
JSON:
{"text": "\u8EB9"} // Value: 躹
Python:
char = '\u8EB9'
print(char) # Output: 躹
Perl:
my $char = "\x{8EB9}";
print $char; # Output: 躹
PHP:
$char = "\x{8EB9}";
echo $char; // Output: 躹
Ruby:
char = "\u{8EB9}"
puts char # Output: 躹
Rust:
let c = '\u{8EB9}';
println!("{}", c); // Output: 躹
Go:
char := '\u8EB9'
fmt.Printf("%c\n", char) // Output: 躹
CSS:
/* CSS content property */
.element::before {
content: "\008EB9"; /* 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%BA%B9
MD5:
ff13a406ababc082909211e5aafdb072
SHA1:
7429e9cde662fc02e6f6098935d0e9df35e2941b
Base64:
6Lq5