C:
char c = '\u67B2';
printf("%c\n", c); // Output: 枲
JavaScript:
const char = '\u67B2';
console.log(char); // Output: 枲
Java:
char c = '\u67B2';
System.out.println(c); // Output: 枲
JSON:
{"text": "\u67B2"} // Value: 枲
Python:
char = '\u67B2'
print(char) # Output: 枲
Perl:
my $char = "\x{67B2}";
print $char; # Output: 枲
PHP:
$char = "\x{67B2}";
echo $char; // Output: 枲
Ruby:
char = "\u{67B2}"
puts char # Output: 枲
Rust:
let c = '\u{67B2}';
println!("{}", c); // Output: 枲
Go:
char := '\u67B2'
fmt.Printf("%c\n", char) // Output: 枲
CSS:
/* CSS content property */
.element::before {
content: "\0067B2"; /* 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=%E6%9E%B2
MD5:
5d066598d38adbb899ea2a68937231d6
SHA1:
49dec264023ad3111665ce26ff7b5cfe06c2363c
Base64:
5p6y