C:
char c = '\uCB3B';
printf("%c\n", c); // Output: 쬻
JavaScript:
const char = '\uCB3B';
console.log(char); // Output: 쬻
Java:
char c = '\uCB3B';
System.out.println(c); // Output: 쬻
JSON:
{"text": "\uCB3B"} // Value: 쬻
Python:
char = '\uCB3B'
print(char) # Output: 쬻
Perl:
my $char = "\x{CB3B}";
print $char; # Output: 쬻
PHP:
$char = "\x{CB3B}";
echo $char; // Output: 쬻
Ruby:
char = "\u{CB3B}"
puts char # Output: 쬻
Rust:
let c = '\u{CB3B}';
println!("{}", c); // Output: 쬻
Go:
char := '\uCB3B'
fmt.Printf("%c\n", char) // Output: 쬻
CSS:
/* CSS content property */
.element::before {
content: "\00CB3B"; /* 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%BB
MD5:
47ab2c953d9a8421cae08d45f92cbcf0
SHA1:
528d5fc3f445290dfb945bc95dbf79204c3f812c
Base64:
7Ky7