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