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