C:
char c = '\uC03D';
printf("%c\n", c); // Output: 쀽
JavaScript:
const char = '\uC03D';
console.log(char); // Output: 쀽
Java:
char c = '\uC03D';
System.out.println(c); // Output: 쀽
JSON:
{"text": "\uC03D"} // Value: 쀽
Python:
char = '\uC03D'
print(char) # Output: 쀽
Perl:
my $char = "\x{C03D}";
print $char; # Output: 쀽
PHP:
$char = "\x{C03D}";
echo $char; // Output: 쀽
Ruby:
char = "\u{C03D}"
puts char # Output: 쀽
Rust:
let c = '\u{C03D}';
println!("{}", c); // Output: 쀽
Go:
char := '\uC03D'
fmt.Printf("%c\n", char) // Output: 쀽
CSS:
/* CSS content property */
.element::before {
content: "\00C03D"; /* 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%80%BD
MD5:
653a5f93cc2abecc7f561669f2690f18
SHA1:
6d08e18769bb5daad570353aca9c0db784ac6e22
Base64:
7IC9