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