C:
char c = '\u6ABF';
printf("%c\n", c); // Output: 檿
JavaScript:
const char = '\u6ABF';
console.log(char); // Output: 檿
Java:
char c = '\u6ABF';
System.out.println(c); // Output: 檿
JSON:
{"text": "\u6ABF"} // Value: 檿
Python:
char = '\u6ABF'
print(char) # Output: 檿
Perl:
my $char = "\x{6ABF}";
print $char; # Output: 檿
PHP:
$char = "\x{6ABF}";
echo $char; // Output: 檿
Ruby:
char = "\u{6ABF}"
puts char # Output: 檿
Rust:
let c = '\u{6ABF}';
println!("{}", c); // Output: 檿
Go:
char := '\u6ABF'
fmt.Printf("%c\n", char) // Output: 檿
CSS:
/* CSS content property */
.element::before {
content: "\006ABF"; /* 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=%E6%AA%BF
MD5:
b5adbadf54dc3803c25a3cb3d6c2b6bd
SHA1:
448fddb2b0078cdfde3421b3977c80fb5cd6c2d2
Base64:
5qq/