C:
char c = '\u8DDB';
printf("%c\n", c); // Output: 跛
JavaScript:
const char = '\u8DDB';
console.log(char); // Output: 跛
Java:
char c = '\u8DDB';
System.out.println(c); // Output: 跛
JSON:
{"text": "\u8DDB"} // Value: 跛
Python:
char = '\u8DDB'
print(char) # Output: 跛
Perl:
my $char = "\x{8DDB}";
print $char; # Output: 跛
PHP:
$char = "\x{8DDB}";
echo $char; // Output: 跛
Ruby:
char = "\u{8DDB}"
puts char # Output: 跛
Rust:
let c = '\u{8DDB}';
println!("{}", c); // Output: 跛
Go:
char := '\u8DDB'
fmt.Printf("%c\n", char) // Output: 跛
CSS:
/* CSS content property */
.element::before {
content: "\008DDB"; /* 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%B7%9B
MD5:
d915bc1dd0dd56fcf6c5855cfdce0ffc
SHA1:
788bc8b4c405461623cec74b3cfc97a24d7e63eb
Base64:
6Leb