C:
char c = '\uCF9F';
printf("%c\n", c); // Output: 쾟
JavaScript:
const char = '\uCF9F';
console.log(char); // Output: 쾟
Java:
char c = '\uCF9F';
System.out.println(c); // Output: 쾟
JSON:
{"text": "\uCF9F"} // Value: 쾟
Python:
char = '\uCF9F'
print(char) # Output: 쾟
Perl:
my $char = "\x{CF9F}";
print $char; # Output: 쾟
PHP:
$char = "\x{CF9F}";
echo $char; // Output: 쾟
Ruby:
char = "\u{CF9F}"
puts char # Output: 쾟
Rust:
let c = '\u{CF9F}';
println!("{}", c); // Output: 쾟
Go:
char := '\uCF9F'
fmt.Printf("%c\n", char) // Output: 쾟
CSS:
/* CSS content property */
.element::before {
content: "\00CF9F"; /* 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%9F
MD5:
11781b598febda6aba776242fd15a9db
SHA1:
1d8ee3379dedfdc6c4f70f7c3e6d519f91b031a4
Base64:
7L6f