Unicode Finder

"悻" U+60BB(CJK UNIFIED IDEOGRAPH-60BB)

U+60BB
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-60BB

Programming

C
\u60BB
JavaScript
\u60BB
Java
\u60BB
Json
\u60BB
Python
\u60BB
Perl
\x{60BB}
PHP
\x{60BB}
Ruby
\u{60BB}
Rust
\u{60BB}
Go
\u60BB

Web

CSS
\0060BB
HtmlDecimal
悻
HtmlHexadecimal
悻
Url
%E6%82%BB

Code

MD5
3df3ccf7a5d088dfc01b69f94c6ee846
Sha1
15b20b2bf1480881a47c4d49a9ad7f999be5f3f3
Base64
5oK7

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u60BB';
console.log(char);  // Output: 悻

Java:

char c = '\u60BB';
System.out.println(c);  // Output: 悻

JSON:

{"text": "\u60BB"}  // Value: 悻

Python:

char = '\u60BB'
print(char)  # Output: 悻

Perl:

my $char = "\x{60BB}";
print $char;  # Output: 悻

PHP:

$char = "\x{60BB}";
echo $char;  // Output: 悻

Ruby:

char = "\u{60BB}"
puts char  # Output: 悻

Rust:

let c = '\u{60BB}';
println!("{}", c);  // Output: 悻

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0060BB";  /* Display: 悻 */
}

HTML Decimal:

<p>HTML decimal: &#24763;</p>  <!-- Display: 悻 -->

HTML Hexadecimal:

<p>HTML hex: &#x60BB;</p>  <!-- Display: 悻 -->

URL Encoding:

// 悻 URL encoding
https://unicodefinder.com/search.php?query=%E6%82%BB

Encodings

MD5:

3df3ccf7a5d088dfc01b69f94c6ee846

SHA1:

15b20b2bf1480881a47c4d49a9ad7f999be5f3f3

Base64:

5oK7