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