C:
char c = '\u8FBE';
printf("%c\n", c); // Output: 达
JavaScript:
const char = '\u8FBE';
console.log(char); // Output: 达
Java:
char c = '\u8FBE';
System.out.println(c); // Output: 达
JSON:
{"text": "\u8FBE"} // Value: 达
Python:
char = '\u8FBE'
print(char) # Output: 达
Perl:
my $char = "\x{8FBE}";
print $char; # Output: 达
PHP:
$char = "\x{8FBE}";
echo $char; // Output: 达
Ruby:
char = "\u{8FBE}"
puts char # Output: 达
Rust:
let c = '\u{8FBE}';
println!("{}", c); // Output: 达
Go:
char := '\u8FBE'
fmt.Printf("%c\n", char) // Output: 达
CSS:
/* CSS content property */
.element::before {
content: "\008FBE"; /* 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=%E8%BE%BE
MD5:
6ddb40a100fd78afc282985c03622771
SHA1:
49b39bc0a1f45f94fc15e7e5a0f13bef41663f86
Base64:
6L6+