C:
char c = '\uCB39';
printf("%c\n", c); // Output: 쬹
JavaScript:
const char = '\uCB39';
console.log(char); // Output: 쬹
Java:
char c = '\uCB39';
System.out.println(c); // Output: 쬹
JSON:
{"text": "\uCB39"} // Value: 쬹
Python:
char = '\uCB39'
print(char) # Output: 쬹
Perl:
my $char = "\x{CB39}";
print $char; # Output: 쬹
PHP:
$char = "\x{CB39}";
echo $char; // Output: 쬹
Ruby:
char = "\u{CB39}"
puts char # Output: 쬹
Rust:
let c = '\u{CB39}';
println!("{}", c); // Output: 쬹
Go:
char := '\uCB39'
fmt.Printf("%c\n", char) // Output: 쬹
CSS:
/* CSS content property */
.element::before {
content: "\00CB39"; /* 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%AC%B9
MD5:
1a7fd5da5a2ca782162e213c6837cee9
SHA1:
54455d3d84ff986ff6cbf4e982840217d51059d3
Base64:
7Ky5