C:
char c = '\uCFB5';
printf("%c\n", c); // Output: 쾵
JavaScript:
const char = '\uCFB5';
console.log(char); // Output: 쾵
Java:
char c = '\uCFB5';
System.out.println(c); // Output: 쾵
JSON:
{"text": "\uCFB5"} // Value: 쾵
Python:
char = '\uCFB5'
print(char) # Output: 쾵
Perl:
my $char = "\x{CFB5}";
print $char; # Output: 쾵
PHP:
$char = "\x{CFB5}";
echo $char; // Output: 쾵
Ruby:
char = "\u{CFB5}"
puts char # Output: 쾵
Rust:
let c = '\u{CFB5}';
println!("{}", c); // Output: 쾵
Go:
char := '\uCFB5'
fmt.Printf("%c\n", char) // Output: 쾵
CSS:
/* CSS content property */
.element::before {
content: "\00CFB5"; /* 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%B5
MD5:
7f5e9d504416a4ac3201a05d4a17cdc7
SHA1:
9093de7219a0dad4cf631ef57ba55eea149243da
Base64:
7L61