Unicode Finder

"媾" U+5ABE(CJK UNIFIED IDEOGRAPH-5ABE)

U+5ABE
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-5ABE

Programming

C
\u5ABE
JavaScript
\u5ABE
Java
\u5ABE
Json
\u5ABE
Python
\u5ABE
Perl
\x{5ABE}
PHP
\x{5ABE}
Ruby
\u{5ABE}
Rust
\u{5ABE}
Go
\u5ABE

Web

CSS
\005ABE
HtmlDecimal
媾
HtmlHexadecimal
媾
Url
%E5%AA%BE

Code

MD5
76238fc3bb6f83b0531a096246eee4fa
Sha1
f2be1928709255c09a5edb6146c4db9f00d3fb71
Base64
5aq+

使用範例

Programming Languages

C:

char c = '\u5ABE';
printf("%c\n", c);  // Output: 媾

JavaScript:

const char = '\u5ABE';
console.log(char);  // Output: 媾

Java:

char c = '\u5ABE';
System.out.println(c);  // Output: 媾

JSON:

{"text": "\u5ABE"}  // Value: 媾

Python:

char = '\u5ABE'
print(char)  # Output: 媾

Perl:

my $char = "\x{5ABE}";
print $char;  # Output: 媾

PHP:

$char = "\x{5ABE}";
echo $char;  // Output: 媾

Ruby:

char = "\u{5ABE}"
puts char  # Output: 媾

Rust:

let c = '\u{5ABE}';
println!("{}", c);  // Output: 媾

Go:

char := '\u5ABE'
fmt.Printf("%c\n", char)  // Output: 媾

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005ABE";  /* Display: 媾 */
}

HTML Decimal:

<p>HTML decimal: &#23230;</p>  <!-- Display: 媾 -->

HTML Hexadecimal:

<p>HTML hex: &#x5ABE;</p>  <!-- Display: 媾 -->

URL Encoding:

// 媾 URL encoding
https://unicodefinder.com/search.php?query=%E5%AA%BE

Encodings

MD5:

76238fc3bb6f83b0531a096246eee4fa

SHA1:

f2be1928709255c09a5edb6146c4db9f00d3fb71

Base64:

5aq+