C:
char c = '\uCFB7';
printf("%c\n", c); // Output: 쾷
JavaScript:
const char = '\uCFB7';
console.log(char); // Output: 쾷
Java:
char c = '\uCFB7';
System.out.println(c); // Output: 쾷
JSON:
{"text": "\uCFB7"} // Value: 쾷
Python:
char = '\uCFB7'
print(char) # Output: 쾷
Perl:
my $char = "\x{CFB7}";
print $char; # Output: 쾷
PHP:
$char = "\x{CFB7}";
echo $char; // Output: 쾷
Ruby:
char = "\u{CFB7}"
puts char # Output: 쾷
Rust:
let c = '\u{CFB7}';
println!("{}", c); // Output: 쾷
Go:
char := '\uCFB7'
fmt.Printf("%c\n", char) // Output: 쾷
CSS:
/* CSS content property */
.element::before {
content: "\00CFB7"; /* 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%B7
MD5:
85367ebc88fe1ed8773c64a5cbe47d2f
SHA1:
56d01d9f844734e14edfa4deaefc303cd630f848
Base64:
7L63