C:
char c = '\uCFFD';
printf("%c\n", c); // Output: 쿽
JavaScript:
const char = '\uCFFD';
console.log(char); // Output: 쿽
Java:
char c = '\uCFFD';
System.out.println(c); // Output: 쿽
JSON:
{"text": "\uCFFD"} // Value: 쿽
Python:
char = '\uCFFD'
print(char) # Output: 쿽
Perl:
my $char = "\x{CFFD}";
print $char; # Output: 쿽
PHP:
$char = "\x{CFFD}";
echo $char; // Output: 쿽
Ruby:
char = "\u{CFFD}"
puts char # Output: 쿽
Rust:
let c = '\u{CFFD}';
println!("{}", c); // Output: 쿽
Go:
char := '\uCFFD'
fmt.Printf("%c\n", char) // Output: 쿽
CSS:
/* CSS content property */
.element::before {
content: "\00CFFD"; /* 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%BF%BD
MD5:
adf836537cd534890ac2a56910e2cd34
SHA1:
01b94d549c8fea65c474cf9b25d09e775ad6f36b
Base64:
7L+9