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