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