C:
char c = '\uCBF4';
printf("%c\n", c); // Output: 쯴
JavaScript:
const char = '\uCBF4';
console.log(char); // Output: 쯴
Java:
char c = '\uCBF4';
System.out.println(c); // Output: 쯴
JSON:
{"text": "\uCBF4"} // Value: 쯴
Python:
char = '\uCBF4'
print(char) # Output: 쯴
Perl:
my $char = "\x{CBF4}";
print $char; # Output: 쯴
PHP:
$char = "\x{CBF4}";
echo $char; // Output: 쯴
Ruby:
char = "\u{CBF4}"
puts char # Output: 쯴
Rust:
let c = '\u{CBF4}';
println!("{}", c); // Output: 쯴
Go:
char := '\uCBF4'
fmt.Printf("%c\n", char) // Output: 쯴
CSS:
/* CSS content property */
.element::before {
content: "\00CBF4"; /* 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%AF%B4
MD5:
3bae069fc624ed36ff76fca7650f549a
SHA1:
1c0893e6863aad4ea48b80c407ff7994efe967c6
Base64:
7K+0