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