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