Unicode Finder

"梺" U+68BA(CJK UNIFIED IDEOGRAPH-68BA)

U+68BA
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-68BA

Programming

C
\u68BA
JavaScript
\u68BA
Java
\u68BA
Json
\u68BA
Python
\u68BA
Perl
\x{68BA}
PHP
\x{68BA}
Ruby
\u{68BA}
Rust
\u{68BA}
Go
\u68BA

Web

CSS
\0068BA
HtmlDecimal
梺
HtmlHexadecimal
梺
Url
%E6%A2%BA

Code

MD5
5a702f53a53c6f58e415009b7fe921c6
Sha1
133ae7098de6855d86317ad710453c7d8d617071
Base64
5qK6

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u68BA';
console.log(char);  // Output: 梺

Java:

char c = '\u68BA';
System.out.println(c);  // Output: 梺

JSON:

{"text": "\u68BA"}  // Value: 梺

Python:

char = '\u68BA'
print(char)  # Output: 梺

Perl:

my $char = "\x{68BA}";
print $char;  # Output: 梺

PHP:

$char = "\x{68BA}";
echo $char;  // Output: 梺

Ruby:

char = "\u{68BA}"
puts char  # Output: 梺

Rust:

let c = '\u{68BA}';
println!("{}", c);  // Output: 梺

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0068BA";  /* Display: 梺 */
}

HTML Decimal:

<p>HTML decimal: &#26810;</p>  <!-- Display: 梺 -->

HTML Hexadecimal:

<p>HTML hex: &#x68BA;</p>  <!-- Display: 梺 -->

URL Encoding:

// 梺 URL encoding
https://unicodefinder.com/search.php?query=%E6%A2%BA

Encodings

MD5:

5a702f53a53c6f58e415009b7fe921c6

SHA1:

133ae7098de6855d86317ad710453c7d8d617071

Base64:

5qK6