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