C:
char c = '\u817E';
printf("%c\n", c); // Output: 腾
JavaScript:
const char = '\u817E';
console.log(char); // Output: 腾
Java:
char c = '\u817E';
System.out.println(c); // Output: 腾
JSON:
{"text": "\u817E"} // Value: 腾
Python:
char = '\u817E'
print(char) # Output: 腾
Perl:
my $char = "\x{817E}";
print $char; # Output: 腾
PHP:
$char = "\x{817E}";
echo $char; // Output: 腾
Ruby:
char = "\u{817E}"
puts char # Output: 腾
Rust:
let c = '\u{817E}';
println!("{}", c); // Output: 腾
Go:
char := '\u817E'
fmt.Printf("%c\n", char) // Output: 腾
CSS:
/* CSS content property */
.element::before {
content: "\00817E"; /* 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%85%BE
MD5:
8edf7c95e66547ce547ddeddc56edd9b
SHA1:
831efc7b55a404ff0c1d16a21bd20c2d2b84a439
Base64:
6IW+