C:
char c = '\uC51B';
printf("%c\n", c); // Output: 씛
JavaScript:
const char = '\uC51B';
console.log(char); // Output: 씛
Java:
char c = '\uC51B';
System.out.println(c); // Output: 씛
JSON:
{"text": "\uC51B"} // Value: 씛
Python:
char = '\uC51B'
print(char) # Output: 씛
Perl:
my $char = "\x{C51B}";
print $char; # Output: 씛
PHP:
$char = "\x{C51B}";
echo $char; // Output: 씛
Ruby:
char = "\u{C51B}"
puts char # Output: 씛
Rust:
let c = '\u{C51B}';
println!("{}", c); // Output: 씛
Go:
char := '\uC51B'
fmt.Printf("%c\n", char) // Output: 씛
CSS:
/* CSS content property */
.element::before {
content: "\00C51B"; /* 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%94%9B
MD5:
ab34184b481c2232e9f46099955288a6
SHA1:
d2bde3c5ab139b8bfaa5ff652faccd3fe5bfdb78
Base64:
7JSb