C:
char c = '\uCBB9';
printf("%c\n", c); // Output: 쮹
JavaScript:
const char = '\uCBB9';
console.log(char); // Output: 쮹
Java:
char c = '\uCBB9';
System.out.println(c); // Output: 쮹
JSON:
{"text": "\uCBB9"} // Value: 쮹
Python:
char = '\uCBB9'
print(char) # Output: 쮹
Perl:
my $char = "\x{CBB9}";
print $char; # Output: 쮹
PHP:
$char = "\x{CBB9}";
echo $char; // Output: 쮹
Ruby:
char = "\u{CBB9}"
puts char # Output: 쮹
Rust:
let c = '\u{CBB9}';
println!("{}", c); // Output: 쮹
Go:
char := '\uCBB9'
fmt.Printf("%c\n", char) // Output: 쮹
CSS:
/* CSS content property */
.element::before {
content: "\00CBB9"; /* 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%AE%B9
MD5:
9525947db24e0162f7218a956cfa0256
SHA1:
544a6b0853ee832f216a29b799a72a57498c140a
Base64:
7K65