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