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