C:
char c = '\uCFB6';
printf("%c\n", c); // Output: 쾶
JavaScript:
const char = '\uCFB6';
console.log(char); // Output: 쾶
Java:
char c = '\uCFB6';
System.out.println(c); // Output: 쾶
JSON:
{"text": "\uCFB6"} // Value: 쾶
Python:
char = '\uCFB6'
print(char) # Output: 쾶
Perl:
my $char = "\x{CFB6}";
print $char; # Output: 쾶
PHP:
$char = "\x{CFB6}";
echo $char; // Output: 쾶
Ruby:
char = "\u{CFB6}"
puts char # Output: 쾶
Rust:
let c = '\u{CFB6}';
println!("{}", c); // Output: 쾶
Go:
char := '\uCFB6'
fmt.Printf("%c\n", char) // Output: 쾶
CSS:
/* CSS content property */
.element::before {
content: "\00CFB6"; /* 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%B6
MD5:
89fac834f81bb303f91f28ee53c35735
SHA1:
3582c60715cafec2f33ba47f489345d981ac24b2
Base64:
7L62