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