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