Unicode Finder

"頻" U+983B(CJK UNIFIED IDEOGRAPH-983B)

U+983B
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-983B

Programming

C
\u983B
JavaScript
\u983B
Java
\u983B
Json
\u983B
Python
\u983B
Perl
\x{983B}
PHP
\x{983B}
Ruby
\u{983B}
Rust
\u{983B}
Go
\u983B

Web

CSS
\00983B
HtmlDecimal
頻
HtmlHexadecimal
頻
Url
%E9%A0%BB

Code

MD5
2fc30649a8599e8a19ebc5d84de5f6a9
Sha1
1a118eee76ccf7a731e24b8783aa67ff25b04541
Base64
6aC7

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u983B';
console.log(char);  // Output: 頻

Java:

char c = '\u983B';
System.out.println(c);  // Output: 頻

JSON:

{"text": "\u983B"}  // Value: 頻

Python:

char = '\u983B'
print(char)  # Output: 頻

Perl:

my $char = "\x{983B}";
print $char;  # Output: 頻

PHP:

$char = "\x{983B}";
echo $char;  // Output: 頻

Ruby:

char = "\u{983B}"
puts char  # Output: 頻

Rust:

let c = '\u{983B}';
println!("{}", c);  // Output: 頻

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00983B";  /* Display: 頻 */
}

HTML Decimal:

<p>HTML decimal: &#38971;</p>  <!-- Display: 頻 -->

HTML Hexadecimal:

<p>HTML hex: &#x983B;</p>  <!-- Display: 頻 -->

URL Encoding:

// 頻 URL encoding
https://unicodefinder.com/search.php?query=%E9%A0%BB

Encodings

MD5:

2fc30649a8599e8a19ebc5d84de5f6a9

SHA1:

1a118eee76ccf7a731e24b8783aa67ff25b04541

Base64:

6aC7