C:
char c = '\uC2F6';
printf("%c\n", c); // Output: 싶
JavaScript:
const char = '\uC2F6';
console.log(char); // Output: 싶
Java:
char c = '\uC2F6';
System.out.println(c); // Output: 싶
JSON:
{"text": "\uC2F6"} // Value: 싶
Python:
char = '\uC2F6'
print(char) # Output: 싶
Perl:
my $char = "\x{C2F6}";
print $char; # Output: 싶
PHP:
$char = "\x{C2F6}";
echo $char; // Output: 싶
Ruby:
char = "\u{C2F6}"
puts char # Output: 싶
Rust:
let c = '\u{C2F6}';
println!("{}", c); // Output: 싶
Go:
char := '\uC2F6'
fmt.Printf("%c\n", char) // Output: 싶
CSS:
/* CSS content property */
.element::before {
content: "\00C2F6"; /* 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%8B%B6
MD5:
1aa4c6cb3050316b372d9d87effa6123
SHA1:
2fa530c365ee7efad2fd1bebb44f34481506cfb6
Base64:
7Iu2