C:
char c = '\uCABF';
printf("%c\n", c); // Output: 쪿
JavaScript:
const char = '\uCABF';
console.log(char); // Output: 쪿
Java:
char c = '\uCABF';
System.out.println(c); // Output: 쪿
JSON:
{"text": "\uCABF"} // Value: 쪿
Python:
char = '\uCABF'
print(char) # Output: 쪿
Perl:
my $char = "\x{CABF}";
print $char; # Output: 쪿
PHP:
$char = "\x{CABF}";
echo $char; // Output: 쪿
Ruby:
char = "\u{CABF}"
puts char # Output: 쪿
Rust:
let c = '\u{CABF}';
println!("{}", c); // Output: 쪿
Go:
char := '\uCABF'
fmt.Printf("%c\n", char) // Output: 쪿
CSS:
/* CSS content property */
.element::before {
content: "\00CABF"; /* 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=%EC%AA%BF
MD5:
388504637477ff941fa81c6cebf1dee6
SHA1:
09800ac82c6de37c0d12bcb8b1d29230996b73f0
Base64:
7Kq/