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