C:
char c = '\uD6B3';
printf("%c\n", c); // Output: 횳
JavaScript:
const char = '\uD6B3';
console.log(char); // Output: 횳
Java:
char c = '\uD6B3';
System.out.println(c); // Output: 횳
JSON:
{"text": "\uD6B3"} // Value: 횳
Python:
char = '\uD6B3'
print(char) # Output: 횳
Perl:
my $char = "\x{D6B3}";
print $char; # Output: 횳
PHP:
$char = "\x{D6B3}";
echo $char; // Output: 횳
Ruby:
char = "\u{D6B3}"
puts char # Output: 횳
Rust:
let c = '\u{D6B3}';
println!("{}", c); // Output: 횳
Go:
char := '\uD6B3'
fmt.Printf("%c\n", char) // Output: 횳
CSS:
/* CSS content property */
.element::before {
content: "\00D6B3"; /* 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=%ED%9A%B3
MD5:
f21540714e339380099a246928a9e41d
SHA1:
d9e341b5af24159be8bc6e73586adb9491a9c20e
Base64:
7Zqz