C:
char c = '\uCA86';
printf("%c\n", c); // Output: 쪆
JavaScript:
const char = '\uCA86';
console.log(char); // Output: 쪆
Java:
char c = '\uCA86';
System.out.println(c); // Output: 쪆
JSON:
{"text": "\uCA86"} // Value: 쪆
Python:
char = '\uCA86'
print(char) # Output: 쪆
Perl:
my $char = "\x{CA86}";
print $char; # Output: 쪆
PHP:
$char = "\x{CA86}";
echo $char; // Output: 쪆
Ruby:
char = "\u{CA86}"
puts char # Output: 쪆
Rust:
let c = '\u{CA86}';
println!("{}", c); // Output: 쪆
Go:
char := '\uCA86'
fmt.Printf("%c\n", char) // Output: 쪆
CSS:
/* CSS content property */
.element::before {
content: "\00CA86"; /* 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%AA%86
MD5:
7613a3973dcc01014d0da7309d5767e5
SHA1:
fdb302a0f4861ea00525a731684889e09cd03839
Base64:
7KqG