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