C:
char c = '\uCFBF';
printf("%c\n", c); // Output: 쾿
JavaScript:
const char = '\uCFBF';
console.log(char); // Output: 쾿
Java:
char c = '\uCFBF';
System.out.println(c); // Output: 쾿
JSON:
{"text": "\uCFBF"} // Value: 쾿
Python:
char = '\uCFBF'
print(char) # Output: 쾿
Perl:
my $char = "\x{CFBF}";
print $char; # Output: 쾿
PHP:
$char = "\x{CFBF}";
echo $char; // Output: 쾿
Ruby:
char = "\u{CFBF}"
puts char # Output: 쾿
Rust:
let c = '\u{CFBF}';
println!("{}", c); // Output: 쾿
Go:
char := '\uCFBF'
fmt.Printf("%c\n", char) // Output: 쾿
CSS:
/* CSS content property */
.element::before {
content: "\00CFBF"; /* 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%BE%BF
MD5:
50e4f12b36ae26ff5bc4b0ed53e22c55
SHA1:
92e93dd006066cdd4ee4ea6422714343df768d92
Base64:
7L6/